Class ChatParticipant
The type Chat Participant.
Inherited Members
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 SourceInfo
Gets or sets info.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "info", Required = Required.Default)]
public ChatParticipantInfo Info { get; set; }
Property Value
Type | Description |
---|---|
ChatParticipantInfo |
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> |