inlineQueryResultGame property
Represents information about a game
Implementation
InlineQueryResultGame? get inlineQueryResultGame {
  if (this is InlineQueryResultGame) {
    return this as InlineQueryResultGame;
  }
  return null;
}Represents information about a game
InlineQueryResultGame? get inlineQueryResultGame {
  if (this is InlineQueryResultGame) {
    return this as InlineQueryResultGame;
  }
  return null;
}