Share via


TeamsChannelDataSettings Constructors

Definition

Overloads

TeamsChannelDataSettings()

Initializes a new instance of the TeamsChannelDataSettings class.

TeamsChannelDataSettings(ChannelInfo)

Initializes a new instance of the TeamsChannelDataSettings class.

TeamsChannelDataSettings()

Initializes a new instance of the TeamsChannelDataSettings class.

public TeamsChannelDataSettings ();
Public Sub New ()

Applies to

TeamsChannelDataSettings(ChannelInfo)

Initializes a new instance of the TeamsChannelDataSettings class.

public TeamsChannelDataSettings (Microsoft.Bot.Schema.Teams.ChannelInfo channel = default);
new Microsoft.Bot.Schema.Teams.TeamsChannelDataSettings : Microsoft.Bot.Schema.Teams.ChannelInfo -> Microsoft.Bot.Schema.Teams.TeamsChannelDataSettings
Public Sub New (Optional channel As ChannelInfo = Nothing)

Parameters

channel
ChannelInfo

Information about the channel in which the message was sent.

Applies to