public static class TdApi.GetChatListsToAddChat extends TdApi.Function<TdApi.ChatLists>
Returns ChatLists
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatListsToAddChat()
Default constructor for a function, which returns chat lists to which the chat can be added.
|
GetChatListsToAddChat(long chatId)
Creates a function, which returns chat lists to which the chat can be added.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GetChatListsToAddChat()
Returns ChatLists
public GetChatListsToAddChat(long chatId)
Returns ChatLists
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object