public static class TdApi.RemoveTopChat extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.TopChatCategory |
category
Category of frequently used chats.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
RemoveTopChat()
Default constructor for a function, which removes a chat from the list of frequently used chats.
|
RemoveTopChat(TdApi.TopChatCategory category,
long chatId)
Creates a function, which removes a chat from the list of frequently used chats.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TopChatCategory category
public long chatId
public static final int CONSTRUCTOR
public RemoveTopChat()
Returns Ok
public RemoveTopChat(TdApi.TopChatCategory category, long chatId)
Returns Ok
category - Category of frequently used chats.chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object