| Modifier and Type | Class and Description |
|---|---|
class |
TLChat
Information of a chat
|
class |
TLChatEmpty
Information of a non existing chat
|
class |
TLChatForbidden
Information of a chat where the user has no access
|
| Modifier and Type | Class and Description |
|---|---|
class |
TLChannel |
class |
TLChannelForbidden |
| Modifier and Type | Method and Description |
|---|---|
TLAbsChat |
TLChatInviteAlready.getChat()
Gets chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLChatInviteAlready.setChat(TLAbsChat chat)
Sets chat.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLResolvedPeer.getChats() |
TLVector<TLAbsChat> |
TLContactsFound.getChats() |
| Modifier and Type | Method and Description |
|---|---|
void |
TLResolvedPeer.setChats(TLVector<TLAbsChat> chats) |
void |
TLContactsFound.setChats(TLVector<TLAbsChat> chats) |
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLContactsTopPeers.getChats() |
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLAbsChat> |
TLMessagesChats.chats
The Chats.
|
protected TLVector<TLAbsChat> |
TLAbsMessages.chats
The Chats.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLMessagesPeerDialogs.getChats() |
TLVector<TLAbsChat> |
TLMessagesChats.getChats()
Gets chats.
|
TLVector<TLAbsChat> |
TLMessagesChatFull.getChats()
Gets chats.
|
TLVector<TLAbsChat> |
TLAbsMessages.getChats()
Gets chats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLMessagesChats.setChats(TLVector<TLAbsChat> value)
Sets chats.
|
void |
TLMessagesChatFull.setChats(TLVector<TLAbsChat> value)
Sets chats.
|
void |
TLAbsMessages.setChats(TLVector<TLAbsChat> value)
Sets chats.
|
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLAbsChat> |
TLAbsDialogs.chats
The Chats.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLAbsDialogs.getChats()
Gets chats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLAbsDialogs.setChats(TLVector<TLAbsChat> value)
Sets chats.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLUpdatesCombined.getChats()
Gets chats.
|
TLVector<TLAbsChat> |
TLUpdates.getChats()
Gets chats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLUpdatesCombined.setChats(TLVector<TLAbsChat> chats)
Sets chats.
|
void |
TLUpdates.setChats(TLVector<TLAbsChat> chats)
Sets chats.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLUpdatesChannelDifferencesTooLong.getChats() |
TLVector<TLAbsChat> |
TLUpdatesChannelDifferences.getChats() |
| Modifier and Type | Method and Description |
|---|---|
void |
TLUpdatesChannelDifferences.setChats(TLVector<TLAbsChat> chats) |
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLAbsChat> |
TLAbsDifference.chats
The Chats.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsChat> |
TLAbsDifference.getChats()
Gets chats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLAbsDifference.setChats(TLVector<TLAbsChat> chats)
Sets chats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatesHandlerBase.onChats(List<TLAbsChat> chats) |
protected abstract void |
UpdatesHandlerBase.onChatsCustom(List<TLAbsChat> chats) |
protected void |
DefaultUpdatesHandler.onChatsCustom(List<TLAbsChat> chats) |
void |
UpdatesHandlerBase.onTLChannelDifferences(List<TLAbsUser> users,
List<TLAbsMessage> messages,
List<TLAbsUpdate> newUpdates,
List<TLAbsChat> chats) |
| Modifier and Type | Method and Description |
|---|---|
void |
IUpdatesHandler.onChats(List<TLAbsChat> chats) |
void |
IChatsHandler.onChats(List<TLAbsChat> chats) |
void |
IUpdatesHandler.onTLChannelDifferences(List<TLAbsUser> users,
List<TLAbsMessage> messages,
List<TLAbsUpdate> newUpdates,
List<TLAbsChat> chats) |
Copyright © 2016. All rights reserved.