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

The paid media is a photo.

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

Summary

Types

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

Functions