ExGram.Model.PaidMediaVideo (ex_gram v0.64.0)

Copy Markdown View Source

The paid media is a video.

Check the documentation of this model on Telegram Bot API

  • type: Type of the paid media, always "video”
  • video: The video

Summary

Types

t()

@type t() :: %ExGram.Model.PaidMediaVideo{
  type: String.t(),
  video: ExGram.Model.Video.t()
}

Functions

decode_as()