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

added working webhooks

This commit is contained in:
Fedor Katurov 2021-04-27 17:40:42 +07:00
parent f444a7d194
commit 4076b4427d
9 changed files with 89 additions and 31 deletions

View file

@ -1,5 +1,4 @@
import { TelegramService } from "../../service/telegram";
import logger from "../../service/logger";
export class TelegramApi {
constructor(private telegram: TelegramService) {}