tgbot-cpp
|
#include <Sticker.h>
Public Types | |
typedef std::shared_ptr< Sticker > | Ptr |
Public Attributes | |
std::string | fileId |
int32_t | width |
int32_t | height |
PhotoSize::Ptr | thumb |
std::string | emoji |
int32_t | fileSize |
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 |
PhotoSize::Ptr TgBot::Sticker::thumb |