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