import { type InputSticker } from "https://deno.land/x/grammy@v1.31.0/types.web.ts";
This object describes a sticker to be added to a sticker set.
Properties
sticker: F | string
The added sticker. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. Animated and video stickers can't be uploaded via HTTP URL.
Format of the added sticker, must be one of “static” for a .WEBP or .PNG image, “animated” for a .TGS animation, “video” for a WEBM video
optional
mask_position: MaskPositionPosition where the mask should be placed on faces. For “mask” stickers only.
import { type InputSticker } from "https://deno.land/x/grammy@v1.31.0/types.web.ts";
This object describes a sticker to be added to a sticker set.
definition: InputStickerF<InputFile>