I want to create a Telegram bot where people can send their questions instead of sending them to the admin in private so what can i do
I created a bot but I couldn’t get the thing I wanted I made several attempts and I did not even see the message being sent to the bot
2
Answers
If user sends question you need to send one to admin.chat.id with button "Answer", after some manipulations with callbacks you can send the answer in user.chat.id
//P.s. I can help you with this
We have created a simple bot for our support team. The flow is next:
You also might create threads if needed for different parts of your team (e.g. product support, technical support, marketing etc.) and from here you can go creative – either bot determines the target support team (e.g. question is about marketing or user selects type of request or you have ML model to determine the request) or your team forwards from general thread to specific ones.