Struct telebot::objects::Audio [] [src]

pub struct Audio {
    pub file_id: String,
    pub duration: Integer,
    pub performer: Option<String>,
    pub title: Option<String>,
    pub mime_type: Option<String>,
    pub file_size: Option<Integer>,
}

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

Fields

Trait Implementations

impl Debug for Audio
[src]

Formats the value using the given formatter.