toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.games
/
GetGameHighScoresByChat
Get
Game
High
Scores
By
Chat
@
Serializable
data
class
GetGameHighScoresByChat
(
val
userId
:
UserId
,
val
chatId
:
IdChatIdentifier
,
val
messageId
:
MessageId
)
:
GetGameHighScores
,
MessageAction
Members
Constructors
Get
Game
High
Scores
By
Chat
Link copied to clipboard
constructor
(
userId
:
UserId
,
chatId
:
IdChatIdentifier
,
messageId
:
MessageId
)
Properties
chat
Id
Link copied to clipboard
@
SerialName
(
value
=
"chat_id"
)
open
override
val
chatId
:
IdChatIdentifier
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
open
override
val
messageId
:
MessageId
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
List
<
GameHighScore
>
>
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
open
override
val
userId
:
UserId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String