A
A
artgin2021-10-04 16:21:05
Python
artgin, 2021-10-04 16:21:05

Python. Telegram bot. How to get a clickable list?

There is a parsed list:

songs_list = []
    for i in text_original:
        songs_list.append(i)

How can I get it in the bot as a list, and have each row clickable to send it back to the bot?
I would like to get something like inline buttons, but there are restrictions on the number of buttons in one message, the list can contain more than 100 lines, and in order not to get confused, I would like to get it somehow as a regular clickable list. How can such a thing be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-10-04
@SoreMix

Make a multi-page menu from inline buttons

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question