rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
422 stars 78 forks source link

Feature to reply to a conversation in teams #54

Closed apatils closed 5 years ago

apatils commented 5 years ago

I am reading data using outgoing webhook, and I get message id, channel id, etc from json data. I wish to send reply to a conversation instead of new message. Is this feature feasible ?

rveachkc commented 5 years ago

This is not currently possible with the api provided.