Member Class
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.
An INotificationTarget that represents a team member.
public class Member : Microsoft.TeamsFx.Conversation.INotificationTarget
type Member = class
interface INotificationTarget
Public Class Member
Implements INotificationTarget
- Inheritance
-
Member
- Implements
Remarks
It's recommended to get members from GetMembersAsync(CancellationToken).
Constructors
Member(TeamsBotInstallation, TeamsChannelAccount) |
Constructor. |
Properties
Account |
Detailed member account information. |
Parent |
The parent TeamsBotInstallation where this member is created from. |
Type |
The type of target. For member it's always Person. |
Methods
SendAdaptiveCard(Object, CancellationToken) |
Send an adaptive card message. |
SendMessage(String, CancellationToken) |
Send a plain text message. |