Get Game High Scores Request
data class GetGameHighScoresRequest(userId: Int, chatId: Int?, messageId: Int?, inlineMessageId: String?)
Content copied to clipboard
Request body for getGameHighScores
Parameters
userId
Target user id
chatId
Required if inline_message_id is not specified. Unique identifier for the target chat
messageId
Required if inline_message_id is not specified. Identifier of the sent message
inlineMessageId
Required if chat_id and message_id are not specified. Identifier of the inline message
Constructors
GetGameHighScoresRequest
Link copied to clipboard
fun GetGameHighScoresRequest(userId: Int, chatId: Int? = null, messageId: Int? = null, inlineMessageId: String? = null)
Content copied to clipboard
Target user id
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard