yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::Voice, including all inherited members.
duration | yatbcpp::Voice | private |
file_id | yatbcpp::Voice | private |
file_size | yatbcpp::Voice | private |
getDuration() const | yatbcpp::Voice | |
getFile_id() const | yatbcpp::Voice | |
getFile_size() const | yatbcpp::Voice | |
getMime_type() const | yatbcpp::Voice | |
mime_type | yatbcpp::Voice | private |
setFile_size(const std::optional< std::int32_t > &file_size) | yatbcpp::Voice | |
setMime_type(const std::optional< std::string > &mime_type) | yatbcpp::Voice | |
Voice(std::string file_id, std::int32_t duration) | yatbcpp::Voice | |
Voice(const Voice &Voice) | yatbcpp::Voice |