MessageGameScore class

A new high score was achieved in a game.

Inheritance
Available Extensions

Constructors

MessageGameScore({required int game_message_id, required int64 game_id, required int score, int? extra, int? clientId})
A new high score was achieved in a game

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
game_id int64
Identifier of the game; may be different from the games presented in the message with the game. ; string representation of int, use int.parse
read / write
game_message_id int
Identifier of the message with the game, can be an identifier of a deleted message.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
score int
New score.
read / write

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) MessageGameScore?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageGameScore"