method Client.prototype.pinMessageimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; pinMessage(chatId: ID,messageId: number,params?: PinMessageParams,)Pin a message in a chat. ParameterschatId: IDThe identifier of the chat that contains the message. messageId: numberThe message's identifier. optionalparams: PinMessageParams