Module tdlight.api

Class TdApi.InlineQueryResultGame

Enclosing class:
TdApi

public static final class TdApi.InlineQueryResultGame extends TdApi.InlineQueryResult
Represents information about a game.
  • Field Details

    • id

      public String id
      Unique identifier of the query result.
    • game

      public TdApi.Game game
      Game result.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InlineQueryResultGame

      public InlineQueryResultGame()
      Represents information about a game.
    • InlineQueryResultGame

      public InlineQueryResultGame(String id, TdApi.Game game)
      Represents information about a game.
      Parameters:
      id - String Unique identifier of the query result.
      game - Game Game result.
    • InlineQueryResultGame

      public InlineQueryResultGame(DataInput input) throws IOException
      Represents information about a game.
      Throws:
      IOException
  • Method Details