I am using Bot Framework (Version 3.0, ASP.NET Bot Framework template) for one of my chatbot and using HeroCard & CardAction to get user's feedback. I have below issues:
CardAction translated into inline keyboard on Telegram channel. That works fine and remain available to user to act mutiple time in chat area. How can I remove buttons from chat area once user has taken action using that button?
Can I translate CardAction into reply keyboard (reply_markup) rather than inline markup?
CardAction are working fine with Telegram but not working in Skype. Skype is showing them as external media.