GetBotVersionPlainArgs

data class GetBotVersionPlainArgs(val botId: String, val botVersion: String) : ConvertibleToJava<GetBotVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(botId: String, botVersion: String)

Properties

Link copied to clipboard

The unique identifier of the bot.

Link copied to clipboard

The version of the bot.

Functions

Link copied to clipboard
open override fun toJava(): GetBotVersionPlainArgs