#include "Voice.h"
◆ Voice() [1/2]
yatbcpp::Voice::Voice |
( |
std::string |
file_id, |
|
|
std::int32_t |
duration |
|
) |
| |
◆ Voice() [2/2]
Voice::Voice |
( |
const Voice & |
Voice | ) |
|
◆ getDuration()
int32_t Voice::getDuration |
( |
| ) |
const |
◆ getFile_id()
const string & Voice::getFile_id |
( |
| ) |
const |
◆ getFile_size()
const optional< int32_t > & Voice::getFile_size |
( |
| ) |
const |
◆ getMime_type()
const optional< string > & Voice::getMime_type |
( |
| ) |
const |
◆ setFile_size()
void Voice::setFile_size |
( |
const std::optional< std::int32_t > & |
file_size | ) |
|
◆ setMime_type()
void Voice::setMime_type |
( |
const std::optional< std::string > & |
mime_type | ) |
|
◆ duration
std::int32_t yatbcpp::Voice::duration |
|
private |
◆ file_id
std::string yatbcpp::Voice::file_id |
|
private |
◆ file_size
std::optional<std::int32_t> yatbcpp::Voice::file_size |
|
private |
◆ mime_type
std::optional<std::string> yatbcpp::Voice::mime_type |
|
private |
The documentation for this class was generated from the following files: