GetBotVersionResult

data class GetBotVersionResult(val botVersion: String? = null, val description: String? = null)

Constructors

Link copied to clipboard
constructor(botVersion: String? = null, description: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val botVersion: String? = null

The version of the bot.

Link copied to clipboard
val description: String? = null

The description of the version.