public static class TdApi.UpdateChatRemovedFromList extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
TdApi.ChatList |
chatList
The chat list from which the chat was removed.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatRemovedFromList()
A chat was removed from a chat list.
|
UpdateChatRemovedFromList(long chatId,
TdApi.ChatList chatList)
A chat was removed from a chat list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatList chatList
public static final int CONSTRUCTOR
public UpdateChatRemovedFromList()
public UpdateChatRemovedFromList(long chatId,
TdApi.ChatList chatList)
chatId - Chat identifier.chatList - The chat list from which the chat was removed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object