GetBotAliasPlainArgs

data class GetBotAliasPlainArgs(val botName: String, val name: String) : ConvertibleToJava<GetBotAliasPlainArgs>

A collection of arguments for invoking getBotAlias.

Constructors

Link copied to clipboard
constructor(botName: String, name: String)

Properties

Link copied to clipboard

Name of the bot.

Link copied to clipboard

Name of the bot alias. The name is case sensitive.

Functions

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