Struct telegram_bot::types::Voice [−][src]
Telegram type "Voice" (directly mapped)
Fields
file_id: String
duration: Integer
mime_type: Option<String>
file_size: Option<Integer>
Trait Implementations
impl Decodable for Voice
[src]
[+]
impl Decodable for Voice
impl Debug for Voice
[src]
[+]
impl Debug for Voice
impl PartialEq for Voice
[src]
[+]
impl PartialEq for Voice
impl Clone for Voice
[src]
[+]
impl Clone for Voice
impl Encodable for Voice
[src]
[+]
impl Encodable for Voice