I'm working on a project that involves sending adaptive cards to Group Chats (not channels) and I also want to receive any response from users and follow up to execute other actions (Update card, Log down responses, Comments etc...). From what I've gathered, "Incoming Webhooks" does not work in sending actionable messages to Group Chats and a quick search led me to believe that creating a Teams bot is the best solution for this.
My question is this: Am I able to create a Teams bot using Python? Are there any disadvantages v.s. using another language?
Thing I've tried: Microsoft Flow (limitations in retrieving responses and updating cards with response)