Telegram Channel Properties Args
    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
                fun TelegramChannelPropertiesArgs(accessToken: Output<String>? = null, isEnabled: Output<Boolean>, isValidated: Output<Boolean>? = null)