Share via


TeamsChannelData.Channel Property

Definition

Gets or sets information about the channel in which the message was sent.

public Microsoft.Bot.Schema.Teams.ChannelInfo Channel { get; set; }
member this.Channel : Microsoft.Bot.Schema.Teams.ChannelInfo with get, set
Public Property Channel As ChannelInfo

Property Value

The channel information.

Applies to