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:
parent
a6e6209770
commit
5535a36cb8
6 changed files with 190 additions and 59 deletions
|
@ -14,9 +14,9 @@ export class Event {
|
|||
@Column()
|
||||
type: VkEvent;
|
||||
@Column()
|
||||
eventId: number;
|
||||
vkEventId: number;
|
||||
@Column()
|
||||
groupId: number;
|
||||
vkGroupId: number;
|
||||
@Column()
|
||||
channel: string;
|
||||
@Column()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue