inlineQueryResultGame property

InlineQueryResultGame? inlineQueryResultGame

Represents information about a game

Implementation

InlineQueryResultGame? get inlineQueryResultGame {
  if (this is InlineQueryResultGame) {
    return this as InlineQueryResultGame;
  }
  return null;
}