Calendar event queue handler (#8630)

Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
This commit is contained in:
Chunosov
2025-04-18 21:27:50 +05:00
committed by GitHub
parent 7e6710660d
commit e7ff27fd53
37 changed files with 967 additions and 44 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ export enum QueueTopic {
// A topic about user activity.
Users = 'users',
TelegramBot = 'telegramBot'
TelegramBot = 'telegramBot',
// A topic about calendar events.
CalendarEventCUD = 'calendarEventCUD'
}
export interface ConsumerHandle {