View Source ExGram.Model.InputPaidMediaVideo (ex_gram v0.55.0)

The paid media to send is a video.

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

Summary

Types

@type t() :: %ExGram.Model.InputPaidMediaVideo{
  cover: String.t() | nil,
  duration: integer() | nil,
  height: integer() | nil,
  media: String.t(),
  start_timestamp: integer() | nil,
  supports_streaming: boolean() | nil,
  thumbnail: String.t() | nil,
  type: String.t(),
  width: integer() | nil
}

Functions