TelegramChannelPropertiesArgs

data class TelegramChannelPropertiesArgs(val accessToken: Output<String>? = null, val isEnabled: Output<Boolean>, val isValidated: Output<Boolean>? = null) : ConvertibleToJava<TelegramChannelPropertiesArgs>

The parameters to provide for the Telegram channel.

Constructors

Link copied to clipboard
constructor(accessToken: Output<String>? = null, isEnabled: Output<Boolean>, isValidated: Output<Boolean>? = null)

Properties

Link copied to clipboard
val accessToken: Output<String>? = null

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

Link copied to clipboard
val isEnabled: Output<Boolean>

Whether this channel is enabled for the bot

Link copied to clipboard
val isValidated: Output<Boolean>? = null

Whether this channel is validated for the bot

Functions

Link copied to clipboard
open override fun toJava(): TelegramChannelPropertiesArgs