method Client.prototype.addReactionimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; addReaction(chatId: number,messageId: number,reaction: Reaction,params?: AddReactionParams,)Make a reaction 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. reaction: ReactionThe reaction to add. optionalparams: AddReactionParams