Share via


ITelegramChannelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.TelegramChannelPropertiesTypeConverter))]
public interface ITelegramChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.TelegramChannelPropertiesTypeConverter))>]
type ITelegramChannelProperties = interface
    interface IJsonSerializable
Public Interface ITelegramChannelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccessToken

The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty.

IsEnabled

Whether this channel is enabled for the bot

IsValidated

Whether this channel is validated for the bot

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to