Table of Contents

Class ChatOptions

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

Options for a chat

public class ChatOptions
Inheritance
ChatOptions
Inherited Members

Properties

ChatType

Type of chat

public ChatType ChatType { get; set; }

Property Value

ChatType

Members

Members in the chat

public List<ChatMemberOptions> Members { get; set; }

Property Value

List<ChatMemberOptions>

Topic

Chat topic

public string Topic { get; set; }

Property Value

string