Want a experienced Telegram bot developer

Job ID: 35372608

Budget: ₹400 – ₹750 INR

MAKE A SIMPLE TELEGRAM CHATBOT:

Hello there, I want you to develop a very simple telegram bot. The functionalities are as follows:

We have an api, now when user sends any text to bot, the bot will search for the text in api. Suppose the text matches with 20 results from the api. The bot will send the fetched data to the user. One result per message. For example here we got 20 results, the bot send 20 different messages to user, each message containing the single result. As per my knowledge, we will use for loop to send the messages. But here comes the twist, i just want to send only 10 messages at first. And in the last message of first 10 messages i want you to add an inline button saying "next", clicking on which the bot will send rest 10 messages. And suppose if the number of results is 25 then it will send 10 messages first, user will click on next button, the bot will send10 more messages, user will click on next button and bot will send next remaining 5 messages.