TeamsOperationsExtensions.SendMessageToListOfChannelsAsync Method
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.
Sends a message to a list of Teams channels.
public static System.Threading.Tasks.Task<string> SendMessageToListOfChannelsAsync (this Microsoft.Bot.Connector.Teams.ITeamsOperations operations, Microsoft.Bot.Schema.IActivity activity, System.Collections.Generic.List<Microsoft.Bot.Schema.Teams.TeamMember> channelsMembers, string tenantId, System.Threading.CancellationToken cancellationToken = default);
static member SendMessageToListOfChannelsAsync : Microsoft.Bot.Connector.Teams.ITeamsOperations * Microsoft.Bot.Schema.IActivity * System.Collections.Generic.List<Microsoft.Bot.Schema.Teams.TeamMember> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function SendMessageToListOfChannelsAsync (operations As ITeamsOperations, activity As IActivity, channelsMembers As List(Of TeamMember), tenantId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- operations
- ITeamsOperations
The operations group for this extension method.
- activity
- IActivity
The activity to send.
- channelsMembers
- List<TeamMember>
The list of channels for the message.
- tenantId
- String
The tenant ID.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
The operation Id.