Table of Contents

Class ChatMemberOptions

Namespace
PnP.Core.Model.Me
Assembly
PnP.Core.dll

Options for a member participating in a chat

public class ChatMemberOptions
Inheritance
ChatMemberOptions
Inherited Members

Properties

Roles

Member roles

public List<string> Roles { get; set; }

Property Value

List<string>

UserId

User id of the member

public string UserId { get; set; }

Property Value

string