GetInlineGameHighScores
public struct GetInlineGameHighScores : Codable, Equatable, TDFunction
Returns game high scores 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 -
Inline message identifier
Declaration
Swift
public let inlineMessageId: String -
User identifier
Declaration
Swift
public let userId: Int32 -
Returns game high scores and some part of the high score table in the range of the specified user; for bots only
Declaration
Swift
public init(inlineMessageId: String, userId: Int32)Parameters
inlineMessageIdInline message identifier
userIdUser identifier
View on GitHub
Install in Dash
GetInlineGameHighScores Structure Reference