Class TdApi.InlineQueryResultGame

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      TdApi.Game game
      Game result.
      java.lang.String id
      Unique identifier of the query result.
    • Field Detail

      • id

        public java.lang.String id
        Unique identifier of the query result.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineQueryResultGame

        public InlineQueryResultGame()
        Default constructor.
      • InlineQueryResultGame

        public InlineQueryResultGame​(java.lang.String id,
                                     TdApi.Game game)
        Constructor for initialization of all fields.
        Parameters:
        id - Unique identifier of the query result.
        game - Game result.