GetDialogsResponse.Dialogs Property

Definition

Dialogs

[System.Text.Json.Serialization.JsonPropertyName("Dialogs")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> Dialogs { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Dialogs")>]
member this.Dialogs : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property Dialogs As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to