public abstract class TLAbsDifference extends TLObject
Modifier and Type | Field and Description |
---|---|
protected TLVector<TLAbsChat> |
chats
The Chats.
|
protected int |
date
The Date.
|
protected TLVector<TLAbsEncryptedMessage> |
newEncryptedMessages
The New encrypted messages.
|
protected TLVector<TLAbsMessage> |
newMessages
The New messages.
|
protected TLVector<TLAbsUpdate> |
otherUpdates
The Other updates.
|
protected int |
seq
The Seq.
|
protected TLVector<TLAbsUser> |
users
The Users.
|
Modifier | Constructor and Description |
---|---|
protected |
TLAbsDifference()
Instantiates a new TL abs difference.
|
Modifier and Type | Method and Description |
---|---|
TLVector<TLAbsChat> |
getChats()
Gets chats.
|
int |
getDate()
Gets date.
|
TLVector<TLAbsEncryptedMessage> |
getNewEncryptedMessages()
Gets new encrypted messages.
|
TLVector<TLAbsMessage> |
getNewMessages()
Gets new messages.
|
TLVector<TLAbsUpdate> |
getOtherUpdates()
Gets other updates.
|
int |
getSeq()
Gets seq.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
setChats(TLVector<TLAbsChat> chats)
Sets chats.
|
void |
setDate(int date)
Sets date.
|
void |
setNewEncryptedMessages(TLVector<TLAbsEncryptedMessage> newEncryptedMessages)
Sets new encrypted messages.
|
void |
setNewMessages(TLVector<TLAbsMessage> newMessages)
Sets new messages.
|
void |
setOtherUpdates(TLVector<TLAbsUpdate> otherUpdates)
Sets other updates.
|
void |
setSeq(int seq)
Sets seq.
|
void |
setUsers(TLVector<TLAbsUser> users)
Sets users.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toString
protected int date
protected int seq
protected TLVector<TLAbsMessage> newMessages
protected TLVector<TLAbsEncryptedMessage> newEncryptedMessages
protected TLVector<TLAbsUpdate> otherUpdates
protected TLAbsDifference()
public int getDate()
public void setDate(int date)
date
- the datepublic int getSeq()
public void setSeq(int seq)
seq
- the seqpublic TLVector<TLAbsMessage> getNewMessages()
public void setNewMessages(TLVector<TLAbsMessage> newMessages)
newMessages
- the new messagespublic TLVector<TLAbsEncryptedMessage> getNewEncryptedMessages()
public void setNewEncryptedMessages(TLVector<TLAbsEncryptedMessage> newEncryptedMessages)
newEncryptedMessages
- the new encrypted messagespublic TLVector<TLAbsUpdate> getOtherUpdates()
public void setOtherUpdates(TLVector<TLAbsUpdate> otherUpdates)
otherUpdates
- the other updatesCopyright © 2016. All rights reserved.