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