Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
800 stars 340 forks source link

Multi page inline keyboard #221

Closed laneboyandrew closed 3 years ago

laneboyandrew commented 4 years ago

Hello everyone. I have telegram bot with audiobooks, every audiobook has many chapters which I display in my telegram bot. The problem is every chapter is simple link to audiofile on website and now i dispaly it like on this screenshot. screen1

I don't want to display each chapter separately, how can I put each audiofile to multipage keyboard? I think I can make inline keyboard and in callback_data will be link to chapter and when user click on button I will display chapter (audiofile) but I don't understand how to make multi page like on this screenshot.
2018-02-21 15_38_05-Telegram

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.