method Api.prototype.setStickerPositionInSetimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts"; setStickerPositionInSet(sticker: string,position: number,signal?: AbortSignal,)Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success. Parameterssticker: stringFile identifier of the sticker position: numberNew sticker position in the set, zero-based optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#setstickerpositioninset