TeamsChannelDataSettings Constructors
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.
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.