mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 22:17:43 +00:00
Better IPv6 support/fallback. Support RpcError in response to an API returning an array
This commit is contained in:
parent
d72f7a6398
commit
e7c5d2eb27
7 changed files with 89 additions and 23 deletions
|
|
@ -10,6 +10,7 @@ namespace TL
|
|||
internal const uint VectorCtor = 0x1CB5C415;
|
||||
internal const uint NullCtor = 0x56730BCC;
|
||||
internal const uint RpcResultCtor = 0xF35C6D01;
|
||||
internal const uint RpcErrorCtor = 0x2144CA19;
|
||||
internal const uint MsgContainerCtor = 0x73F1F8DC;
|
||||
|
||||
internal readonly static Dictionary<uint, Type> Table = new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue