[NewTemplateRequest]
Closed this issue · 1 comments
i was creating a basic bot with the Bot Framework SDK i want to add a feature which allows the bot to send different media like audio , video, pictures , documents these all media are present in cloud . so from cloud the bot should access and transfer the required media to the user. so help me to do this
so please send me a template for doing this bot
@charan2217 - The Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework-Components repo is the preferred platform for information on submitting bug fixes and feature requests.
That being said, if you haven't already looked over this sample, 15.handling-attachments, I would recommend doing so as I think it may show you what you need to know. This link is to the C# sample. It is also available in JavaScript and Python.