Struct wdg_telegram_types::Audio [] [src]

pub struct Audio {
    pub _file_id: String,
    pub _duration: i32,
    pub _performer: Option<String>,
    pub _title: Option<String>,
    pub _mime_type: Option<String>,
    pub _file_size: Option<i32>,
}

This object represents an audio file to be treated as music by the Telegram clients.

Fields

Unique identifier for this file

Duration of the audio in seconds as defined by sender

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

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

Optional. MIME type of the file as defined by sender

Optional. File size