Hi. I am trying to display a video in Telegram by using the next code but it seems that only works when the chatbot is working in a browser. I was wondering how can I do that but in Telegram?
Code: msg={ “type”:“video”, “payload”:{ “title”:“Link name”, “src”: “https://youtube.com/9C1Km6xfdMA” } } dispatcher.utter_message(text=“Hello World!”,attachment=msg)
Thanks for your responses.