Show / Hide Table of Contents

Class ChatInfo

The type ChatInfo.

Inheritance
System.Object
ChatInfo
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)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class ChatInfo

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

MessageId

Gets or sets messageId.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "messageId", Required = Required.Default)]
public string MessageId { get; set; }
Property Value
Type Description
System.String
View Source

ReplyChainMessageId

Gets or sets replyChainMessageId.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "replyChainMessageId", Required = Required.Default)]
public string ReplyChainMessageId { get; set; }
Property Value
Type Description
System.String
View Source

ThreadId

Gets or sets threadId.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "threadId", Required = Required.Default)]
public string ThreadId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX