ConversationMembers 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
ConversationMembers() | |
ConversationMembers(String, IList<ChannelAccount>) |
ConversationMembers()
public ConversationMembers ();
Public Sub New ()
Applies to
ConversationMembers(String, IList<ChannelAccount>)
public ConversationMembers (string id = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount> members = default);
new Microsoft.Bot.Connector.ConversationMembers : string * System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount> -> Microsoft.Bot.Connector.ConversationMembers
Public Sub New (Optional id As String = Nothing, Optional members As IList(Of ChannelAccount) = Nothing)
Parameters
- id
- String
- members
- IList<ChannelAccount>