Conversation.IsGroup Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("isGroup")]
[System.Text.Json.Serialization.JsonPropertyOrder(4)]
public bool? IsGroup { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isGroup")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(4)>]
member this.IsGroup : Nullable<bool> with get, set
Public Property IsGroup As Nullable(Of Boolean)

Property Value

Attributes

Applies to