TeamsClient.ReplyWithMessageToConversationAsync 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.
Reply with a message in a channel
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.PostToConversationResponse> ReplyWithMessageToConversationAsync(string postAs, string postIn, Azure.Connectors.Sdk.Teams.Models.DynamicReplyMessageRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member ReplyWithMessageToConversationAsync : string * string * Azure.Connectors.Sdk.Teams.Models.DynamicReplyMessageRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.PostToConversationResponse>
override this.ReplyWithMessageToConversationAsync : string * string * Azure.Connectors.Sdk.Teams.Models.DynamicReplyMessageRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.PostToConversationResponse>
Public Overridable Function ReplyWithMessageToConversationAsync (postAs As String, postIn As String, input As DynamicReplyMessageRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PostToConversationResponse)
Parameters
- postAs
- String
Post as
- postIn
- String
Post in
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Reply with a message in a channel response.
Remarks
Replies with a message to a channel's message