InlineQueryResultGame constructor

InlineQueryResultGame(
  1. {required String id,
  2. required Game game,
  3. int? extra,
  4. int? clientId}
)

Represents information about a game

Implementation

InlineQueryResultGame