mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-01 05:14:14 +01:00
7 lines
98 B
C#
7 lines
98 B
C#
namespace TeleSharp.TL.Account
|
|
{
|
|
public abstract class TLAbsPassword : TLObject
|
|
{
|
|
}
|
|
}
|