Show / Hide Table of Contents

Class ChatParticipant

The type Chat Participant.

Inheritance
System.Object
Entity
ChatParticipant
Inherited Members
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class ChatParticipant : Entity

Properties

View Source

Info

Gets or sets info.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "info", Required = Required.Default)]
public ChatParticipantInfo Info { get; set; }
Property Value
Type Description
ChatParticipantInfo
View Source

IsTyping

Gets or sets is typing.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "isTyping", Required = Required.Default)]
public bool? IsTyping { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Generated by DocFX