toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal
/
CommandContext
Command
Context
data
class
CommandContext
<
out
T
:
ProcessedUpdate
>
(
val
update
:
T
,
val
parameters
:
Map
<
String
,
String
>
)
Members
Constructors
Command
Context
Link copied to clipboard
constructor
(
update
:
T
,
parameters
:
Map
<
String
,
String
>
)
Properties
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>
update
Link copied to clipboard
val
update
:
T
user
Link copied to clipboard
val
user
:
User