GetBotPlainArgs

data class GetBotPlainArgs(val name: String, val version: String? = null) : ConvertibleToJava<GetBotPlainArgs>

A collection of arguments for invoking getBot.

Constructors

Link copied to clipboard
constructor(name: String, version: String? = null)

Properties

Link copied to clipboard

Name of the bot. The name is case sensitive.

Link copied to clipboard
val version: String? = null

Version or alias of the bot.

Functions

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