Class TdApi.InputInlineQueryResultGame

    • Field Detail

      • id

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

        public String gameShortName
        Short name of the game.
      • replyMarkup

        public TdApi.ReplyMarkup replyMarkup
        The message reply markup; pass null if none. 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()
        Represents a game.
      • InputInlineQueryResultGame

        public InputInlineQueryResultGame​(String id,
                                          String gameShortName,
                                          TdApi.ReplyMarkup replyMarkup)
        Represents a game.
        Parameters:
        id - Unique identifier of the query result.
        gameShortName - Short name of the game.
        replyMarkup - The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null.