|
Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
A photo or thumbnail. More...
#include <photo_size.hpp>
Public Attributes | |
| std::string | file_id |
| Unique identifier for this file. | |
| uint_fast32_t | width |
| Photo width. | |
| uint_fast32_t | height |
| Photo height. | |
| std::experimental::optional< uint32_t > | file_size |
| Optional. File size | |
A photo or thumbnail.
This object represents one size of a photo or a file / sticker thumbnail. (https://core.telegram.org/bots/api#photosize)
1.8.13