InlineQueryResultGame class

Represents a Game.

Inheritance

Constructors

InlineQueryResultGame({required String id, required String gameShortName, InlineKeyboardMarkup? replyMarkup})
Basic constructor

Properties

gameShortName String
Short name of the game
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for this result, 1-64 bytes
getter/setter pair
replyMarkup InlineKeyboardMarkup?
Optional. Inline keyboard attached to the message
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of the result, must be game
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
Creates a json from the object
toString() String
A string representation of this object.
override

Operators

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