first commit

This commit is contained in:
2025-02-04 17:22:13 +01:00
commit 0a97dcb51d
11 changed files with 1397 additions and 0 deletions

12
include/main.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef MAIN_H
#define MAIN_H
#include "tgbot.h"
#define WELCOME_MSG "Hi there! This bot is coded in C."
void parse_command(tgbot *bot, tgbot_update *update);
void sighandler(int signum);
void callback_parser(tgbot *bot, tgbot_cbquery *query);
#endif // MAIN_H