TelegramChannelProperties interface

The parameters to provide for the Telegram channel.

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

Property Details

accessToken

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

accessToken?: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled: boolean

Property Value

boolean

isValidated

Whether this channel is validated for the bot

isValidated?: boolean

Property Value

boolean