Uses of Class
com.azure.resourcemanager.botservice.models.TelegramChannelProperties
Packages that use TelegramChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of TelegramChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return TelegramChannelPropertiesModifier and TypeMethodDescriptionstatic TelegramChannelPropertiesTelegramChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TelegramChannelProperties from the JsonReader.TelegramChannel.properties()Get the properties property: The set of properties specific to Telegram channel resource.TelegramChannelProperties.withAccessToken(String accessToken) Set the accessToken property: The Telegram access token.TelegramChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.TelegramChannelProperties.withIsValidated(Boolean isValidated) Set the isValidated property: Whether this channel is validated for the bot.Methods in com.azure.resourcemanager.botservice.models with parameters of type TelegramChannelPropertiesModifier and TypeMethodDescriptionTelegramChannel.withProperties(TelegramChannelProperties properties) Set the properties property: The set of properties specific to Telegram channel resource.