public static class TdApi.SetChatAvailableReactions extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatAvailableReactions |
availableReactions
Reactions available in the chat.
|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
SetChatAvailableReactions()
Default constructor for a function, which changes reactions, available in a chat.
|
SetChatAvailableReactions(long chatId,
TdApi.ChatAvailableReactions availableReactions)
Creates a function, which changes reactions, available in a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatAvailableReactions availableReactions
public static final int CONSTRUCTOR
public SetChatAvailableReactions()
Returns Ok
public SetChatAvailableReactions(long chatId,
TdApi.ChatAvailableReactions availableReactions)
Returns Ok
chatId - Identifier of the chat.availableReactions - Reactions available in the chat. All explicitly specified emoji reactions must be active. In channel chats up to the chat's boost level custom emoji reactions can be explicitly specified.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object