I am trying to create a possibility for a user to call a technical support in the chat with the bot. I need to find a way to connect a real person to chat.
So, for example, user starts the bot and uses a command '/support'. Manager (real person) gets a notification (somehow) and can step in into the conversation in the same chat (where user called a support). Bot meanwhile should stop answering any commands until manager or user stops the help-conversation (with a '/stop' command, for example). How can I create something like that?
You can use a method or algorithm called step, the way you do this is you have to: