17 typedef std::shared_ptr<Voice>
Ptr;
This object represents a voice note.
std::string fileId
Identifier for this file, which can be used to download or reuse the file.
std::int64_t fileSize
Optional. File size in bytes.
std::shared_ptr< Voice > Ptr
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....
std::int32_t duration
Duration of the audio in seconds as defined by sender.
std::string mimeType
Optional. MIME type of the file as defined by sender.