Search Results for

    Show / Hide Table of Contents

    Class ChatOptions

    Options for a chat

    Inheritance
    object
    ChatOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Me
    Assembly: PnP.Core.dll
    Syntax
    public class ChatOptions

    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
    string

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