TeamsActivityExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TeamsActivityExtensions provides helpers to make interacting with Microsoft Teams objects easier.
public static class TeamsActivityExtensions
type TeamsActivityExtensions = class
Public Module TeamsActivityExtensions
- Inheritance
-
TeamsActivityExtensions
Methods
TeamsGetChannelId(IActivity) |
Gets the Team's channel id from the current activity. |
TeamsGetMeetingInfo(IActivity) |
Gets the TeamsMeetingInfo object from the current activity. |
TeamsGetSelectedChannelId(IActivity) |
Gets the Team's selected channel id from the current activity. |
TeamsGetTeamInfo(IActivity) |
Gets the TeamsInfo object from the current activity. |
TeamsGetTeamOnBehalfOf(IActivity) |
Gets the Teams OnBehalfOf list from the current activity. |
TeamsNotifyUser(IActivity, Boolean, String) |
Configures the current activity to generate a notification within Teams. |
TeamsNotifyUser(IActivity) |
Configures the current activity to generate a notification within Teams. |