23 #ifndef TGBOT_CPP_STICKER_H 24 #define TGBOT_CPP_STICKER_H 42 typedef std::shared_ptr<Sticker>
Ptr;
87 #endif //TGBOT_CPP_STICKER_H std::string setName
Optional. Name of the sticker set to which the sticker belongs.
MaskPosition::Ptr maskPosition
Optional. For mask stickers, the position where the mask should be placed.
std::string emoji
Optional. Emoji associated with the sticker.
std::shared_ptr< Sticker > Ptr
PhotoSize::Ptr thumb
Optional. Optional. Sticker thumbnail in .webp or .jpg format.
This object represents a general file (as opposed to photos and audio files).
int32_t height
Optional. Sticker height.
std::shared_ptr< PhotoSize > Ptr
std::shared_ptr< MaskPosition > Ptr
std::string fileId
Unique file identifier.
int32_t width
Optional. Sticker width.
int32_t fileSize
Optional. File size.