Class TdApi.InputInlineQueryResultGame

    • Field Detail

      • id

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

        public java.lang.String gameShortName
        Short name of the game.
      • replyMarkup

        public TdApi.ReplyMarkup replyMarkup
        Message reply markup. Must be of type replyMarkupInlineKeyboard or null.
      • CONSTRUCTOR

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

      • InputInlineQueryResultGame

        public InputInlineQueryResultGame()
        Default constructor.
      • InputInlineQueryResultGame

        public InputInlineQueryResultGame​(java.lang.String id,
                                          java.lang.String gameShortName,
                                          TdApi.ReplyMarkup replyMarkup)
        Constructor for initialization of all fields.
        Parameters:
        id - Unique identifier of the query result.
        gameShortName - Short name of the game.
        replyMarkup - Message reply markup. Must be of type replyMarkupInlineKeyboard or null.