View Source Telegex.Type.PaidMediaInfo (Telegex v1.9.0-rc.0)

Describes the paid media added to a message.

Summary

Types

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