MessageGameScore class

Inheritance

Constructors

MessageGameScore({required int gameMessageId, required int gameId, required int score})
A new high score was achieved in a game
const
MessageGameScore.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
client identifier
no setterinherited
extra → dynamic
callback sign
no setterinherited
gameId int
gameId Identifier of the game; may be different from the games presented in the message with the game
final
gameMessageId int
gameMessageId Identifier of the message with the game, can be an identifier of a deleted message
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
score New score
final

Methods

copyWith({int? gameMessageId, int? gameId, int? score}) MessageGameScore
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String