public static class TdApi.AddChatToList extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function