Class ChatOptions
Options for a chat
Inheritance
System.Object
ChatOptions
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public class ChatOptions : object
Properties
ChatType
Members
Members in the chat
Declaration
public List<ChatMemberOptions> Members { get; set; }
Property Value
List<ChatMemberOptions>
|
Topic
Chat topic
Declaration
public string Topic { get; set; }
Property Value
System.String
|