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

Describes the paid media added to a message.

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

Summary

Types

@type t() :: %ExGram.Model.PaidMediaInfo{
  paid_media: [ExGram.Model.PaidMedia.t()],
  star_count: integer()
}

Functions