CommandContext

data class CommandContext<out T : ProcessedUpdate>(val update: T, val parameters: Map<String, String>)

Constructors

Link copied to clipboard
constructor(update: T, parameters: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
val update: T
Link copied to clipboard
val user: User