Struct telebot::objects::Voice [] [src]

pub struct Voice {
    pub file_id: String,
    pub duration: Integer,
    pub mime_type: Option<String>,
    pub file_size: Option<String>,
}

This object represents a voice note.

Fields

Trait Implementations

impl Debug for Voice
[src]

Formats the value using the given formatter.