ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.chat
/
UserRating
User
Rating
@
Serializable
data
class
UserRating
(
val
level
:
Level
,
val
rating
:
Rating
,
val
currentLevelRating
:
Rating
,
val
nextLevelRating
:
Rating
?
=
null
)
Members
Constructors
User
Rating
Link copied to clipboard
constructor
(
level
:
Level
,
rating
:
Rating
,
currentLevelRating
:
Rating
,
nextLevelRating
:
Rating
?
=
null
)
Properties
current
Level
Rating
Link copied to clipboard
@
SerialName
(
value
=
"current_level_rating"
)
val
currentLevelRating
:
Rating
level
Link copied to clipboard
@
SerialName
(
value
=
"level"
)
val
level
:
Level
next
Level
Rating
Link copied to clipboard
@
SerialName
(
value
=
"next_level_rating"
)
val
nextLevelRating
:
Rating
?
=
null
rating
Link copied to clipboard
@
SerialName
(
value
=
"rating"
)
val
rating
:
Rating