InlineQueryResultGame constructor

InlineQueryResultGame({
  1. required String id,
  2. Game? game,
})

Implementation

InlineQueryResultGame({required this.id, this.game});