setAvailableReactions
Set a chat’s available reactions. User-only.
Parameters
The identifier of the chat.
The new available reactions.
Result
void
Syntax
await client.setAvailableReactions(chatId, availableReactions);
Set a chat’s available reactions. User-only.
The identifier of the chat.
The new available reactions.
await client.setAvailableReactions(chatId, availableReactions);