public static class TdApi.AddRecentlyFoundChat extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat to add.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
AddRecentlyFoundChat()
Default constructor for a function, which adds a chat to the list of recently found chats.
|
AddRecentlyFoundChat(long chatId)
Creates a function, which adds a chat to the list of recently found chats.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public AddRecentlyFoundChat()
Returns Ok
public AddRecentlyFoundChat(long chatId)
Returns Ok
chatId
- Identifier of the chat to add.public int getConstructor()
getConstructor
in class TdApi.Function