How to create pagination with inline keyboard in telegram
问题 I am creating a Telegram bot wit Node.js and I am using node-telegram-bot-api module. My current issue is: To create pagination with inline keyboard. In documentation here, has an interesting example of what I need. For appearances, I must use method editMessageText but for update inline keyboard I need to transfer param inline_message_id . Unfortunately I could not understand how to do it. I will be very much appreciate for any example to update inline keyboard and how it release in this