This commit is contained in:
Andrey Parhomenko 2023-10-08 14:56:22 +03:00
parent 966f8ad752
commit e78532b2d3

View file

@ -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