first commit
This commit is contained in:
12
include/main.h
Normal file
12
include/main.h
Normal 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
|
||||
Reference in New Issue
Block a user