ChannelInfo Constructors

Definition

Overloads

ChannelInfo()

Initializes a new instance of the ChannelInfo class.

ChannelInfo(String, String)

Initializes a new instance of the ChannelInfo class.

ChannelInfo()

Initializes a new instance of the ChannelInfo class.

public ChannelInfo ();
Public Sub New ()

Applies to

ChannelInfo(String, String)

Initializes a new instance of the ChannelInfo class.

public ChannelInfo (string id = default, string name = default);
new Microsoft.Bot.Schema.Teams.ChannelInfo : string * string -> Microsoft.Bot.Schema.Teams.ChannelInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing)

Parameters

id
String

Unique identifier representing a channel.

name
String

Name of the channel.

Applies to