Class PaidMediaInfo

java.lang.Object
io.github.natanimn.telebof.types.payments.PaidMediaInfo

public class PaidMediaInfo extends Object
Describes the paid media added to a message.
Since:
3 March 2025
Author:
Natanim
  • Field Details

    • starCount

      @SerializedName("star_count") private Integer starCount
      The number of Telegram Stars that must be paid to buy access to the media
    • paidMedia

      @SerializedName("paid_media") private List<PaidMedia> paidMedia
      Information about the paid media
  • Constructor Details

    • PaidMediaInfo

      public PaidMediaInfo()
  • Method Details