public abstract class TLAbsDialogs extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLAbsChat> |
chats
The Chats.
|
protected TLVector<TLDialog> |
dialogs
The Dialogs.
|
protected TLVector<TLAbsMessage> |
messages
The Messages.
|
protected TLVector<TLAbsUser> |
users
The Users.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsDialogs()
Instantiates a new TL abs dialogs.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
getChats()
Gets chats.
|
TLVector<TLDialog> |
getDialogs()
Gets dialogs.
|
TLVector<TLAbsMessage> |
getMessages()
Gets messages.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
setChats(TLVector<TLAbsChat> value)
Sets chats.
|
void |
setDialogs(TLVector<TLDialog> value)
Sets dialogs.
|
void |
setMessages(TLVector<TLAbsMessage> value)
Sets messages.
|
void |
setUsers(TLVector<TLAbsUser> value)
Sets users.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected TLVector<TLAbsMessage> messages
public void setDialogs(TLVector<TLDialog> value)
value - the valuepublic TLVector<TLAbsMessage> getMessages()
public void setMessages(TLVector<TLAbsMessage> value)
value - the valueCopyright © 2017. All rights reserved.