inputInlineQueryResultGame property
Represents a game
Implementation
InputInlineQueryResultGame? get inputInlineQueryResultGame {
if (this is InputInlineQueryResultGame) {
return this as InputInlineQueryResultGame;
}
return null;
}
Represents a game
InputInlineQueryResultGame? get inputInlineQueryResultGame {
if (this is InputInlineQueryResultGame) {
return this as InputInlineQueryResultGame;
}
return null;
}