yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::Document, including all inherited members.
Document(std::string file_id) | yatbcpp::Document | |
Document(const Document &Document) | yatbcpp::Document | |
file_id | yatbcpp::Document | private |
file_name | yatbcpp::Document | private |
file_size | yatbcpp::Document | private |
getFile_id() const | yatbcpp::Document | |
getFile_name() const | yatbcpp::Document | |
getFile_size() const | yatbcpp::Document | |
getMime_type() const | yatbcpp::Document | |
getThumb() const | yatbcpp::Document | |
mime_type | yatbcpp::Document | private |
setFile_name(const std::optional< std::string > &file_name) | yatbcpp::Document | |
setFile_size(const std::optional< std::int32_t > &file_size) | yatbcpp::Document | |
setMime_type(const std::optional< std::string > &mime_type) | yatbcpp::Document | |
setThumb(const std::optional< PhotoSize > &thumb) | yatbcpp::Document | |
thumb | yatbcpp::Document | private |