ActivityCtx

data class ActivityCtx<out T : ProcessedUpdate>(val update: T)

Constructors

Link copied to clipboard
constructor(update: T)

Properties

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