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

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

Link to this section Summary

Link to this section Types

Specs

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
}

Link to this section Functions