import { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts";
Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success.
Parameters
An object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed.
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#addstickertoset