From e78532b2d3e5973254b551282f5430988df7facf Mon Sep 17 00:00:00 2001 From: surdeus Date: Sun, 8 Oct 2023 14:56:22 +0300 Subject: [PATCH] ... --- tg/context.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tg/context.go b/tg/context.go index d2efdab..c13ef60 100644 --- a/tg/context.go +++ b/tg/context.go @@ -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