All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.PaidMediaInfo.scala Maven / Gradle / Ivy

There is a newer version: 9.711.0
Show newest version
package telegramium.bots

/** Describes the paid media added to a message.
  *
  * @param starCount
  *   The number of Telegram Stars that must be paid to buy access to the media
  * @param paidMedia
  *   Information about the paid media
  */
final case class PaidMediaInfo(starCount: Int, paidMedia: List[iozhik.OpenEnum[PaidMedia]] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy