function pinMessageimport { pinMessage } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; pinMessage(bot: Bot,channelId: BigString,messageId: BigString,reason?: string,): Promise<void>Pins a message in a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel where the message is to be pinned. messageId: BigString The ID of the message to pin. optionalreason: stringReturnsPromise<void>