inputInlineQueryResultGame property

InputInlineQueryResultGame? inputInlineQueryResultGame

Represents a game

Implementation

InputInlineQueryResultGame? get inputInlineQueryResultGame {
  if (this is InputInlineQueryResultGame) {
    return this as InputInlineQueryResultGame;
  }
  return null;
}