GetBotPlainArgs

data class GetBotPlainArgs(val id: String) : ConvertibleToJava<GetBotPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier of the bot.

Functions

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