GetBotVersionResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val botVersion: String? = null
Link copied to clipboard
val description: String? = null