Fix issue with actual RpcResult in MsgContainer ; Parallelize upload of file parts

This commit is contained in:
Wizou 2021-08-13 07:06:44 +02:00
parent 897b61747a
commit e01caba162
6 changed files with 151 additions and 110 deletions

View file

@ -7,8 +7,10 @@ namespace TL
static partial class Schema
{
public const int Layer = 121; // fetched 10/08/2021 11:46:24
public const int VectorCtor = 0x1CB5C415;
public const int NullCtor = 0x56730BCC;
public const uint VectorCtor = 0x1CB5C415;
public const uint NullCtor = 0x56730BCC;
public const uint RpcResult = 0xF35C6D01;
public const uint MsgContainer = 0x73F1F8DC;
internal readonly static Dictionary<uint, Type> Table = new()
{