...
This commit is contained in:
parent
966f8ad752
commit
e78532b2d3
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ type context struct {
|
||||||
Session *Session
|
Session *Session
|
||||||
// To reach the bot abilities inside callbacks.
|
// To reach the bot abilities inside callbacks.
|
||||||
Bot *Bot
|
Bot *Bot
|
||||||
|
// Costum status for currently running context.
|
||||||
|
Status any
|
||||||
Type ContextType
|
Type ContextType
|
||||||
updates *UpdateChan
|
updates *UpdateChan
|
||||||
skippedUpdates *UpdateChan
|
skippedUpdates *UpdateChan
|
||||||
|
|
Loading…
Reference in a new issue