23 #ifndef TGBOT_CPP_AUDIO_H 24 #define TGBOT_CPP_AUDIO_H 39 typedef std::shared_ptr<Audio>
Ptr;
76 #endif //TGBOT_CPP_AUDIO_H int32_t duration
Duration of the audio in seconds as defined by sender.
std::shared_ptr< Audio > Ptr
std::string mimeType
Optional. MIME type of the file as defined by sender.
std::string title
Optional. Title of the audio as defined by sender or by audio tags.
This object represents an audio file (voice note).
std::string fileId
Unique identifier for this file.
int32_t fileSize
Optional. File size.
std::string performer
Optional. Performer of the audio as defined by sender or by audio tags.