Struct wdg_telegram_types::Voice [] [src]

pub struct Voice {
    pub _file_id: String,
    pub _duration: i32,
    pub _mime_type: Option<String>,
    pub _file_size: Option<i32>,
}

This object represents a voice note.

Fields

Unique identifier for this file

Duration of the audio in seconds as defined by sender

Optional. MIME type of the file as defined by sender

Optional. File size