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

#4 working likes on posts

This commit is contained in:
Fedor Katurov 2021-05-05 14:24:16 +07:00
parent a6e6209770
commit 5535a36cb8
6 changed files with 190 additions and 59 deletions

View file

@ -14,9 +14,9 @@ export class Event {
@Column()
type: VkEvent;
@Column()
eventId: number;
vkEventId: number;
@Column()
groupId: number;
vkGroupId: number;
@Column()
channel: string;
@Column()