method Api.prototype.setStickerKeywordsimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; setStickerKeywords(sticker: string,keywords: string[],signal?: AbortSignal,)Use this method to change search keywords assigned to a regular or custom emoji sticker. The sticker must belong to a sticker set created by the bot. Returns True on success. Parameterssticker: stringFile identifier of the sticker keywords: string[]A list of 0-20 search keywords for the sticker with total length of up to 64 characters optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#setstickerkeywords