ExGram.Model.PaidMediaInfo (ex_gram v0.56.0)

View Source

Describes the paid media added to a message.

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

Summary

Types

t()

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

Functions

decode_as()