tgbot-cpp
|
This object represents a general file (as opposed to photos and audio files). More...
#include <Sticker.h>
Public Types | |
typedef std::shared_ptr< Sticker > | Ptr |
Public Attributes | |
std::string | fileId |
Unique file identifier. More... | |
int32_t | width |
Optional. Sticker width. More... | |
int32_t | height |
Optional. Sticker height. More... | |
PhotoSize::Ptr | thumb |
Optional. Optional. Sticker thumbnail in .webp or .jpg format. More... | |
std::string | emoji |
Optional. Emoji associated with the sticker. More... | |
std::string | setName |
Optional. Name of the sticker set to which the sticker belongs. More... | |
MaskPosition::Ptr | maskPosition |
Optional. For mask stickers, the position where the mask should be placed. More... | |
int32_t | fileSize |
Optional. File size. More... | |
This object represents a general file (as opposed to photos and audio files).
typedef std::shared_ptr<Sticker> TgBot::Sticker::Ptr |
std::string TgBot::Sticker::emoji |
MaskPosition::Ptr TgBot::Sticker::maskPosition |
std::string TgBot::Sticker::setName |
PhotoSize::Ptr TgBot::Sticker::thumb |