1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 15:06:41 +07:00

#4 fixed event handling

This commit is contained in:
Fedor Katurov 2021-05-06 18:04:24 +07:00
parent e2457eb8c8
commit 948f5ae67c
9 changed files with 265 additions and 11 deletions

View file

@ -10,7 +10,8 @@ export interface Storage {
groupId: number,
channel: string
): Promise<Event | undefined>;
getEventById(
getEventById(eventId: number): Promise<Event | undefined>;
getEventByVKEventId(
type: VkEvent,
eventId: number,
groupId: number,