TelegramChannelProperties Class

The parameters to provide for the Telegram channel.

All required parameters must be populated in order to send to Azure.

Inheritance
TelegramChannelProperties

Constructor

TelegramChannelProperties(*, is_enabled: bool, access_token: Optional[str] = None, is_validated: Optional[bool] = None, **kwargs)

Parameters

access_token
str
Required

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

is_validated
bool
Required

Whether this channel is validated for the bot.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.