ExGram.Model.PaidMediaPhoto (ex_gram v0.55.1)

View Source

The paid media is a photo.

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

Summary

Types

t()

@type t() :: %ExGram.Model.PaidMediaPhoto{
  photo: [ExGram.Model.PhotoSize.t()],
  type: String.t()
}

Functions

decode_as()