Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISticker

This object represents a sticker.

Hierarchy

  • ISticker

Index

Properties

emoji?: string

Optional. Emoji associated with the sticker

file_id: string

Identifier for this file, which can be used to download or reuse the file

file_size?: number

Optional. File size in bytes

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.

height: number

Sticker height

is_animated: boolean

True, if the sticker is animated

is_video: boolean

True, if the sticker is a video sticker

mask_position?: IMaskPosition

Optional. For mask stickers, the position where the mask should be placed

set_name?: string

Optional. Name of the sticker set to which the sticker belongs

thumb?: IPhotoSize

Optional. Sticker thumbnail in the .WEBP or .JPG format

width: number

Sticker width

Generated using TypeDoc