data class BotVersion
(source)
A bot version number.
<init> |
A bot version number. BotVersion(botVersion: ArtifactVersion, tockVersion: ArtifactVersion) |
botVersion |
val botVersion: ArtifactVersion |
tockVersion |
val tockVersion: ArtifactVersion |
getCurrentBotVersion |
Get the current bot version. fun getCurrentBotVersion(botId: String): BotVersion |