View Source ExGram.Model.Video (ex_gram v0.55.0)
This object represents a video file.
Check the documentation of this model in https://core.telegram.org/bots/api#video
Summary
Types
@type t() :: %ExGram.Model.Video{ cover: [ExGram.Model.PhotoSize.t()] | nil, duration: integer(), file_id: String.t(), file_name: String.t() | nil, file_size: integer() | nil, file_unique_id: String.t(), height: integer(), mime_type: String.t() | nil, start_timestamp: integer() | nil, thumbnail: ExGram.Model.PhotoSize.t() | nil, width: integer() }