Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 311 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 311 Bytes

TeamsProactiveMessaging in C#

This bot shows how to do proactive messaging in Microsoft Teams using the Bot Framework SDK. The idea is to demonstrate how you can send messages with a bot to Teams from outside the context of an existing turnContext object. The MessageSender class should be re-usable.