method Client.prototype.sendStickerimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendSticker(chatId: ID,sticker: FileSource,params?: SendStickerParams,): Promise<MessageSticker>Send a sticker. ParameterschatId: IDThe chat to send the sticker to. sticker: FileSourceThe sticker to send. optionalparams: SendStickerParamsReturnsPromise<MessageSticker>The sent sticker.