StaticcancelCancels an operation.
The turn context.
The operation ID.
StaticgetGets the failed entries of an operation.
The turn context.
The operation ID.
StaticgetGets the meeting information.
The turn context.
OptionalmeetingId: stringThe meeting ID.
StaticgetGets the meeting participant information.
The turn context.
OptionalmeetingId: stringThe meeting ID.
OptionalparticipantId: stringThe participant ID.
OptionaltenantId: stringThe tenant ID.
StaticgetGets a member of a team or conversation.
The turn context.
The user ID.
StaticgetGets the operation state.
The turn context.
The operation ID.
StaticgetGets the paged members of a team or conversation.
The turn context.
OptionalpageSize: numberThe page size.
OptionalcontinuationToken: stringThe continuation token.
StaticgetGets the paged members of a team.
The turn context.
OptionalteamId: stringThe team ID.
OptionalpageSize: numberThe page size.
OptionalcontinuationToken: stringThe continuation token.
StaticgetGets the channels of a team.
The turn context.
OptionalteamId: stringThe team ID.
StaticgetGets the team details.
The turn context.
OptionalteamId: stringThe team ID.
StaticgetGets a member of a team.
The turn context.
The team ID.
The user ID.
StaticsendSends a meeting notification.
The turn context.
The meeting notification.
OptionalmeetingId: stringThe meeting ID.
StaticsendSends a message to all users in a team.
The turn context.
The activity to send.
The tenant ID.
The team ID.
StaticsendSends a message to all users in a tenant.
The turn context.
The activity to send.
The tenant ID.
StaticsendSends a message to a list of channels.
The turn context.
The activity to send.
The tenant ID.
The list of members.
StaticsendSends a message to a list of users.
The turn context.
The activity to send.
The tenant ID.
The list of members.
StaticsendSends a message to a Teams channel.
The turn context.
The activity to send.
The Teams channel ID.
OptionalappId: stringThe application ID.
Provides utility methods for interacting with Microsoft Teams-specific features. This class includes methods for retrieving team details, meeting information, sending messages, and managing operations within the Teams environment.