|
Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
A document send by a user. More...
#include <document.hpp>
Public Attributes | |
| std::string | file_id |
| Unique file identifier. | |
| std::experimental::optional< PhotoSize > | thumb |
| Optional. Document thumbnail as defined by sender | |
| std::experimental::optional< std::string > | file_name |
| Optional. Original filename as defined by sender | |
| std::experimental::optional< std::string > | mime_type |
| Optional. MIME type of the file as defined by sender | |
| std::experimental::optional< int_fast32_t > | file_size |
| Optional. File size | |
A document send by a user.
This object represents a general file (as opposed to photos, voice messages and audio files). Api reference
1.8.13