public static class TdApi.AddRecentlyFoundChat extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object