Better IPv6 support/fallback. Support RpcError in response to an API returning an array

This commit is contained in:
Wizou 2021-10-01 02:22:26 +02:00
parent d72f7a6398
commit e7c5d2eb27
7 changed files with 89 additions and 23 deletions

View file

@ -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()