method Client.prototype.setReactionsimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; setReactions(chatId: number,messageId: number,reactions: Reaction[],params?: SetReactionsParams,)Change reactions made to a message. ParameterschatId: numberThe identifier of the chat which the message belongs to. messageId: numberThe identifier of the message to add the reaction to. reactions: Reaction[]The new reactions. optionalparams: SetReactionsParams