Struct wdg_telegram_types::Video [] [src]

pub struct Video {
    pub _file_id: String,
    pub _width: i32,
    pub _height: i32,
    pub _duration: i32,
    pub _thumb: Option<PhotoSize>,
    pub _mime_type: Option<String>,
    pub _file_size: Option<i32>,
}

This object represents a video file.

Fields

Unique identifier for this file

Video width as defined by sender

Video height as defined by sender

Duration of the video in seconds as defined by sender

Optional. Video thumbnail

Optional. Mime type of a file as defined by sender

Optional. File size