import { type InputSticker } from "https://dotland.deno.dev/x/grammy@v1.15.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.
optional
mask_position: MaskPositionPosition where the mask should be placed on faces. For “mask” stickers only.
import { type InputSticker } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.web.ts";
This object describes a sticker to be added to a sticker set.
definition: InputStickerF<InputFile>