toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.files
/
PaidMediaInfo
Paid
Media
Info
@
Serializable
data
class
PaidMediaInfo
(
val
stars
:
Int
,
val
media
:
List
<
PaidMedia
>
)
:
ReplyInfo.External.ContentVariant
Members
Constructors
Paid
Media
Info
Link copied to clipboard
constructor
(
stars
:
Int
,
media
:
List
<
PaidMedia
>
)
Properties
media
Link copied to clipboard
@
SerialName
(
value
=
"paid_media"
)
val
media
:
List
<
PaidMedia
>
stars
Link copied to clipboard
@
SerialName
(
value
=
"star_count"
)
val
stars
:
Int