telegram bot added (working version)

This commit is contained in:
Dmitry Borisenko
2020-11-04 23:48:21 +03:00
parent aec1d50732
commit 2cad740fc6
32 changed files with 294 additions and 173 deletions

6
include/Telegram.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
extern void telegramInit();
extern void handleTelegram();