|
Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
A sticker. More...
#include <sticker.hpp>
Public Attributes | |
| std::string | file_id |
| Unique identifier for this file. | |
| uint_fast32_t | width |
| Sticker width. | |
| uint_fast32_t | height |
| Sticker height. | |
| std::experimental::optional< PhotoSize > | thumb |
| Optional. Sticker thumbnail in .webbp or .jpg format | |
| std::experimental::optional< std::string > | emoj |
| Optional. Emoj associated with the sticker | |
| std::experimental::optional< uint_fast32_t > | file_size |
| Optional. File size | |
A sticker.
This object represents a sticker. (https://core.telegram.org/bots/api#sticker)
1.8.13