public static class TdApi.GetChatListsToAddChat extends TdApi.Function
Returns ChatLists
TdApi.Function.Constructors
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() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetChatListsToAddChat()
Returns ChatLists
public GetChatListsToAddChat(long chatId)
Returns ChatLists
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function