public static class TdApi.UpdateChatAddedToList extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
TdApi.ChatList |
chatList
The chat list to which the chat was added.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatAddedToList()
A chat was added to a chat list.
|
UpdateChatAddedToList(long chatId,
TdApi.ChatList chatList)
A chat was added to 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 UpdateChatAddedToList()
public UpdateChatAddedToList(long chatId,
TdApi.ChatList chatList)
chatId - Chat identifier.chatList - The chat list to which the chat was added.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object