Search Results for

    Show / Hide Table of Contents

    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

    Type of chat

    Declaration
    public ChatType ChatType { get; set; }
    Property Value
    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer