TelegramChannelProperties interface
The parameters to provide for the Telegram channel.
Properties
access |
The Telegram access token. Value only returned through POST to the action Channel List API, otherwise empty. |
is |
Whether this channel is enabled for the bot |
is |
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