Telegram Channel Response
data class TelegramChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val properties: TelegramChannelPropertiesResponse? = null, val provisioningState: String)
Telegram channel definition
Constructors
Link copied to clipboard
constructor(channelName: String, etag: String? = null, location: String? = null, properties: TelegramChannelPropertiesResponse? = null, provisioningState: String)