GetInlineGameHighScores class final

Returns game high scores and some part of the high score table in the range of the specified user; for bots only Returns GameHighScores

Inheritance
Available extensions
Annotations
  • @immutable

Constructors

GetInlineGameHighScores({required String inlineMessageId, required int userId})

Properties

hashCode → int
The hash code for this object.
no setteroverride
inlineMessageId → String
inlineMessageId Inline message identifier
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
userId → int
userId User identifier
final

Methods

copyWith({String? inlineMessageId, int? userId}) → GetInlineGameHighScores

Available on GetInlineGameHighScores, provided by the GetInlineGameHighScoresExtensions extension

getConstructor() → String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
override
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override

Constants

constructor → const String