public override void Write(TLBinaryWriter to) { to.WriteInt32((Int32)Flags); to.WriteObject(Order); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(ChatId); to.WriteObject(Photo); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(Count); to.WriteObject(Chats); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(FromVersion); }
public override void Write(TLBinaryWriter to) { to.WriteString(Url ?? string.Empty); to.WriteInt32(Hash); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(Count); to.WriteObject(Participants); to.WriteObject(Users); }
public override void Write(TLBinaryWriter to) { to.WriteInt32((Int32)Flags); to.WriteInt32(MsgId); to.WriteObject(Info); }
public override void Write(TLBinaryWriter to) { to.WriteInt32((Int32)Flags); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(Hash); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(Date); to.WriteObject(File); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(ChatId); }
public override void Write(TLBinaryWriter to) { to.WriteObject(UserId); to.WriteInt32(RandomId); to.WriteByteArray(GA); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(Hash); to.WriteObject(Stickers); }
public override void Write(TLBinaryWriter to) { to.WriteByteArray(FileToken); to.WriteInt32(Offset); }
public override void Write(TLBinaryWriter to) { to.WriteObject(Peer); to.WriteInt32(ReplyToMsgId); to.WriteInt64(RandomId); }
public override void Write(TLBinaryWriter to) { to.WriteInt64(FileId); to.WriteInt32(FilePart); to.WriteByteArray(Bytes); }
public override void Write(TLBinaryWriter to) { to.WriteInt32(ChatId); to.WriteObject(UserId); to.WriteBoolean(IsAdmin); }