mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 22:45:38 +00:00
renamed ITLObject to IObject
This commit is contained in:
parent
fd9ec2eaed
commit
dbcb6814ff
8 changed files with 801 additions and 801 deletions
|
|
@ -224,7 +224,7 @@ namespace WTelegram
|
|||
}
|
||||
|
||||
[TLDef(0x7A19CB76)] //RSA_public_key#7a19cb76 n:bytes e:bytes = RSAPublicKey
|
||||
public partial class RSAPublicKey : ITLObject { public byte[] n, e; }
|
||||
public partial class RSAPublicKey : IObject { public byte[] n, e; }
|
||||
|
||||
public static void LoadPublicKey(string pem)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue