Share via


ITelegramChannel.IsValidated Property

Definition

Whether this channel is validated for the bot

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this channel is validated for the bot", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isValidated")]
public bool? IsValidated { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this channel is validated for the bot", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isValidated")>]
member this.IsValidated : Nullable<bool> with get, set
Public Property IsValidated As Nullable(Of Boolean)

Property Value

Attributes

Applies to