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