Class StickerType.
Properties
Optional. Emoji associated with the sticker.
$emoji : string | null
Unique identifier for this file.
$fileId : string
Optional. File size.
$fileSize : integer | null
Unique identifier for this file, which is supposed to be the same over time and for different bots.
$fileUniqueId : string
Can't be used to download or reuse the file.
Sticker height.
$height : integer
True, if the sticker is animated.
$isAnimated : boolean
Optional. For mask stickers, the position where the mask should be placed.
$maskPosition : \TgBotApi\BotApiBase\Type\MaskPositionType | null
Optional. Name of the sticker set to which the sticker belongs.
$setName : string | null
Optional. Sticker thumbnail in the "webp" or "jpg" format.
$thumb : \TgBotApi\BotApiBase\Type\PhotoSizeType | null
Sticker width.
$width : integer