Class InlineQueryResult

    • Field Detail

      • type

        protected final String type
        Type of the result
      • id

        protected String id
        Unique identifier for this result, 1-64 Bytes
      • replyMarkup

        @Json(name="reply_markup")
        protected InlineKeyboardMarkup replyMarkup
        Optional. Inline keyboard attached to the message
      • inputMessageContent

        @Json(name="input_message_content")
        protected InputMessageContent inputMessageContent
        Optional. Content of the message to be sent instead of the file
    • Constructor Detail

      • InlineQueryResult

        public InlineQueryResult​(String type)