method Api.prototype.setStickerSetTitleimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; setStickerSetTitle(name: string,title: string,signal?: AbortSignal,)Use this method to set the title of a created sticker set. Returns True on success. Parametersname: stringSticker set name title: stringSticker set title, 1-64 characters optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#setstickersettitle