public static class TdApi.RemoveRecentlyFoundChat extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat to be removed.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
RemoveRecentlyFoundChat()
Default constructor for a function, which removes a chat from the list of recently found chats.
|
RemoveRecentlyFoundChat(long chatId)
Creates a function, which removes a chat from 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 RemoveRecentlyFoundChat()
Returns Ok
public RemoveRecentlyFoundChat(long chatId)
Returns Ok
chatId - Identifier of the chat to be removed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object