View Source ExGram.Model.VideoNote (ex_gram v0.52.2)

This object represents a video message (available in Telegram apps as of v.4.0).

Check the documentation of this model in https://core.telegram.org/bots/api#videonote

Summary

Types

@type t() :: %ExGram.Model.VideoNote{
  duration: integer(),
  file_id: String.t(),
  file_size: integer() | nil,
  file_unique_id: String.t(),
  length: integer(),
  thumbnail: ExGram.Model.PhotoSize.t() | nil
}

Functions