Class EditMessageReplyMarkupMessage

    • Constructor Detail

      • EditMessageReplyMarkupMessage

        public EditMessageReplyMarkupMessage​(String chatId,
                                             Integer messageId,
                                             String inlineMessageId,
                                             InlineKeyboardMarkup replyMarkup)
        Parameters:
        chatId - Unique identifier for the target chat or username of the target channel.
        messageId - Identifier of the message to edit. Required if inline_message_id is not specified.
        inlineMessageId - Required if chat_id and message_id are not specified. Identifier of the inline message.
        replyMarkup - An inline keyboard that appears right next to the message it belongs to.