GetGameHighScores
public struct GetGameHighScores : Codable, Equatable, TDFunction
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only
-
Undocumented
Declaration
Swift
public typealias Result = GameHighScores -
The chat that contains the message with the game
Declaration
Swift
public let chatId: Int53 -
Identifier of the message
Declaration
Swift
public let messageId: Int53 -
User identifier
Declaration
Swift
public let userId: Int32 -
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only
Parameters
chatIdThe chat that contains the message with the game
messageIdIdentifier of the message
userIdUser identifier
View on GitHub
Install in Dash
GetGameHighScores Structure Reference