Example #1
0
 public TLCdnFileHash(TLBinaryReader from)
 {
     Read(from);
 }
Example #2
0
 public override void Read(TLBinaryReader from)
 {
     Emoticon  = from.ReadString();
     Documents = TLFactory.Read <TLVector <Int64> >(from);
 }
Example #3
0
 public override void Read(TLBinaryReader from)
 {
     Url      = from.ReadString();
     Photo    = TLFactory.Read <TLPhotoBase>(from);
     Document = TLFactory.Read <TLDocumentBase>(from);
 }
Example #4
0
 public override void Read(TLBinaryReader from)
 {
     Pos    = from.ReadInt32();
     UserId = from.ReadInt32();
     Score  = from.ReadInt32();
 }
Example #5
0
 public override void Read(TLBinaryReader from)
 {
 }
Example #6
0
 public TLMsgContainer(TLBinaryReader from)
 {
     Read(from);
 }
Example #7
0
 public override void Read(TLBinaryReader from)
 {
     PhotoId    = from.ReadInt64();
     PhotoSmall = TLFactory.Read <TLFileLocationBase>(from);
     PhotoBig   = TLFactory.Read <TLFileLocationBase>(from);
 }
Example #8
0
 public TLMessageEntityUrl(TLBinaryReader from)
 {
     Read(from);
 }
Example #9
0
 public override void Read(TLBinaryReader from)
 {
     Offset = from.ReadInt32();
     Length = from.ReadInt32();
 }
Example #10
0
 public override void Read(TLBinaryReader from)
 {
     Id = from.ReadInt32();
 }
Example #11
0
 public TLInputPrivacyValueAllowContacts(TLBinaryReader from)
 {
     Read(from);
 }
Example #12
0
 public TLEncryptedChatDiscarded(TLBinaryReader from)
 {
     Read(from);
 }
Example #13
0
 public TLInputMessageID(TLBinaryReader from)
 {
     Read(from);
 }
Example #14
0
 public override void Read(TLBinaryReader from)
 {
     Offset = from.ReadInt32();
     Limit  = from.ReadInt32();
     Hash   = from.ReadByteArray();
 }
Example #15
0
 public override void Read(TLBinaryReader from)
 {
     UserId     = from.ReadInt32();
     AccessHash = from.ReadInt64();
 }
Example #16
0
 public TLUpdateDialogPinned(TLBinaryReader from)
 {
     Read(from);
 }
Example #17
0
 public TLMessageMediaContact(TLBinaryReader from)
 {
     Read(from);
 }
Example #18
0
 public override void Read(TLBinaryReader from)
 {
     Flags = (Flag)from.ReadInt32();
     Peer  = TLFactory.Read <TLPeerBase>(from);
 }
Example #19
0
 public TLUserProfilePhoto(TLBinaryReader from)
 {
     Read(from);
 }
Example #20
0
 public TLChatInviteEmpty(TLBinaryReader from)
 {
     Read(from);
 }
Example #21
0
 public TLHighScore(TLBinaryReader from)
 {
     Read(from);
 }
Example #22
0
 public TLUpdateReadHistoryInbox(TLBinaryReader from)
 {
     Read(from);
 }
Example #23
0
 public TLInputMessagesFilterEmpty(TLBinaryReader from)
 {
     Read(from);
 }
 public TLInputMessagesFilterMyMentions(TLBinaryReader from)
 {
     Read(from);
 }
Example #25
0
 public TLStickerPack(TLBinaryReader from)
 {
     Read(from);
 }
Example #26
0
 public TLInputPhoneContact(TLBinaryReader from)
 {
     Read(from);
 }
Example #27
0
 public TLFoundGifCached(TLBinaryReader from)
 {
     Read(from);
 }
Example #28
0
 public TLInputUser(TLBinaryReader from)
 {
     Read(from);
 }
Example #29
0
 public TLPageBlockSlideshow(TLBinaryReader from)
 {
     Read(from);
 }
 public TLTopPeerCategoryBotsPM(TLBinaryReader from)
 {
     Read(from);
 }