setAvailableReactions

Set a chat’s available reactions. User-only.

PARAMETERS
chatId: ID

The identifier of the chat.

availableReactions: "none" | "all" | Reaction[]

The new available reactions.

RESULT
void
SYNTAX
await client.setAvailableReactions(chatId, availableReactions);