method Client.prototype.setAvailableReactionsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; setAvailableReactions(chatId: ID, availableReactions: "none" | "all" | Reaction[])Set a chat's available reactions. User-only. ParameterschatId: IDThe identifier of the chat. availableReactions: "none" | "all" | Reaction[]The new available reactions.