Audio

Audio file to be treated as music by the Telegram clients

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

duration
Duration duration;

Duration of the audio as defined by sender

file_id
string file_id;

Unique identifier for this file

file_size
int file_size;

File size

mime_type
string mime_type;

MIME type of the file as defined by sender

performer
string performer;

Performer of the audio as defined by sender or by audio tags

thumb
PhotoSize thumb;

Thumbnail of the album cover to which the music file belongs

title
string title;

Title of the audio as defined by sender or by audio tags

See Also

Meta