ExGram.Model.PaidMediaVideo (ex_gram v0.55.1)

View Source

The paid media is a video.

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

Summary

Types

t()

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

Functions

decode_as()