public static class TdApi.AddChatToList extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
TdApi.ChatList |
chatList
The chat list.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
AddChatToList()
Default constructor for a function, which adds a chat to a chat list.
|
AddChatToList(long chatId,
TdApi.ChatList chatList)
Creates a function, which adds a chat 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 AddChatToList()
Returns Ok
public AddChatToList(long chatId,
TdApi.ChatList chatList)
Returns Ok
chatId - Chat identifier.chatList - The chat list. Use getChatListsToAddChat to get suitable chat lists.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object