Class ChatMemberOptions
Options for a member participating in a chat
Inheritance
System.Object
ChatMemberOptions
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public class ChatMemberOptions : object
Properties
Roles
Member roles
Declaration
public List<string> Roles { get; set; }
Property Value
List<System.String>
|
UserId
User id of the member
Declaration
public string UserId { get; set; }
Property Value
System.String
|