Member(TeamsBotInstallation, TeamsChannelAccount) Constructor

Definition

Constructor.

public Member (Microsoft.TeamsFx.Conversation.TeamsBotInstallation parent, Microsoft.Bot.Schema.Teams.TeamsChannelAccount account);
new Microsoft.TeamsFx.Conversation.Member : Microsoft.TeamsFx.Conversation.TeamsBotInstallation * Microsoft.Bot.Schema.Teams.TeamsChannelAccount -> Microsoft.TeamsFx.Conversation.Member
Public Sub New (parent As TeamsBotInstallation, account As TeamsChannelAccount)

Parameters

parent
TeamsBotInstallation

The parent TeamsBotInstallation where this member is created from.

account
TeamsChannelAccount

Detailed member account information.

Exceptions

Throws if provided parameter is null.

Remarks

It's recommended to get members from GetMembersAsync(CancellationToken).

Applies to