Sticker
This object represents a sticker.
Properties
file_id
file_id: string;
Identifier for this file, which can be used to download or reuse the file
file_unique_id
file_unique_id: string;
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can’t be used to download or reuse the file.
type
type: "regular" | "mask" | "custom_emoji";
Type of the sticker, currently one of “regular”, “mask”, “custom_emoji”. The type of the sticker is independent from its format, which is determined by the fields is_animated and is_video.
width
width: number;
Sticker width
height
height: number;
Sticker height
is_animated
is_animated: boolean;
True, if the sticker is animated
is_video
is_video: boolean;
True, if the sticker is a video sticker
thumbnail
thumbnail?: PhotoSize;
Sticker thumbnail in the .WEBP or .JPG format
emoji
emoji?: string;
Emoji associated with the sticker
set_name
set_name?: string;
Name of the sticker set to which the sticker belongs
premium_animation
premium_animation?: File;
For premium regular stickers, premium animation for the sticker
mask_position
mask_position?: MaskPosition;
For mask stickers, the position where the mask should be placed
custom_emoji_id
custom_emoji_id?: string;
For custom emoji stickers, unique identifier of the custom emoji
file_size
file_size?: number;
File size in bytes