...
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
|
||||
// To reach the bot abilities inside callbacks.
|
||||
Bot *Bot
|
||||
// Costum status for currently running context.
|
||||
Status any
|
||||
Type ContextType
|
||||
updates *UpdateChan
|
||||
skippedUpdates *UpdateChan
|
||||
|
|
Loading…
Reference in a new issue