mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 22:17:43 +00:00
Support GZipped array in RpcResult
This commit is contained in:
parent
cba347dc89
commit
0ed77ef984
4 changed files with 34 additions and 27 deletions
|
|
@ -14,6 +14,7 @@ namespace TL
|
|||
internal const uint RpcErrorCtor = 0x2144CA19;
|
||||
internal const uint MsgContainerCtor = 0x73F1F8DC;
|
||||
internal const uint BadMsgCtor = 0xA7EFF811;
|
||||
internal const uint GZipedCtor = 0x3072CFA1;
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public readonly static Dictionary<uint, Type> Table = new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue