Hi @prashant_kamble ,
I am running RASA via rasa Agent and there is no direct way to connect to telegram or any other connectors. So What I did was to create a telegram object same as you did with a MyIO and pass it to configure_app method, The only problem that I’m facing is that of the webhook_url, I’m facing 404 on webhook for Telegram.
telegram_obj = TelegramInput(access_token='1538XXXXXXXXXXXXXXXXXXXXXX',verify='tele_bot',webhook_url='https://0fbd-103-44-33-219.ngrok.io/webhooks/telegram/webhook')
configure_app([telegram_obj])
I have used ngrok as I’m running it on local