mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 06:25:30 +00:00
MTProto 2.0
This commit is contained in:
parent
ba90b47831
commit
21caecd164
6 changed files with 108 additions and 109 deletions
|
|
@ -6,7 +6,7 @@ namespace TL
|
|||
{
|
||||
static partial class Schema
|
||||
{
|
||||
public const int Layer = 121; // fetched 09/08/2021 22:59:12
|
||||
public const int Layer = 121; // fetched 10/08/2021 11:46:24
|
||||
public const int VectorCtor = 0x1CB5C415;
|
||||
public const int NullCtor = 0x56730BCC;
|
||||
|
||||
|
|
@ -14,16 +14,14 @@ namespace TL
|
|||
{
|
||||
// from TL.MTProto:
|
||||
[0x05162463] = typeof(ResPQ),
|
||||
[0x83C95AEC] = typeof(PQInnerData),
|
||||
[0xA9F55F95] = typeof(PQInnerDataDC),
|
||||
[0x56FDDF88] = typeof(PQInnerDataTempDC),
|
||||
[0x79CB045D] = typeof(ServerDHParamsFail),
|
||||
[0xA9F55F95] = typeof(PQInnerDataDc),
|
||||
[0x56FDDF88] = typeof(PQInnerDataTempDc),
|
||||
[0xD0E8075C] = typeof(ServerDHParamsOk),
|
||||
[0xB5890DBA] = typeof(ServerDHInnerData),
|
||||
[0x6643B654] = typeof(ClientDHInnerData),
|
||||
[0x3BCBF734] = typeof(DHGenOk),
|
||||
[0x46DC1FB9] = typeof(DHGenRetry),
|
||||
[0xA69DAE02] = typeof(DHGenFail),
|
||||
[0x3BCBF734] = typeof(DhGenOk),
|
||||
[0x46DC1FB9] = typeof(DhGenRetry),
|
||||
[0xA69DAE02] = typeof(DhGenFail),
|
||||
[0x75A3F765] = typeof(BindAuthKeyInner),
|
||||
[0xF35C6D01] = typeof(RpcResult),
|
||||
[0x2144CA19] = typeof(RpcError),
|
||||
|
|
@ -49,7 +47,6 @@ namespace TL
|
|||
[0x8CC0D131] = typeof(MsgsAllInfo),
|
||||
[0x276D3EC6] = typeof(MsgDetailedInfo),
|
||||
[0x809DB6DF] = typeof(MsgNewDetailedInfo),
|
||||
[0x7A19CB76] = typeof(RSAPublicKey),
|
||||
[0xF660E1D4] = typeof(DestroyAuthKeyOk),
|
||||
[0x0A9F2259] = typeof(DestroyAuthKeyNone),
|
||||
[0xEA109B13] = typeof(DestroyAuthKeyFail),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue