GitWatcherBot
1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
|
#include <cstdint>
#include <string>
#include <cstring>
#include <ctime>
#include <sqlite_orm/sqlite_orm.h>
#include <tgbotxx/tgbotxx.hpp>
#include "enums/UserStatus.inl"
Go to the source code of this file.
Classes | |
struct | models::User |
Namespaces | |
models | |
Typedefs | |
using | models::UserId = decltype(tgbotxx::User::id) |
using | models::ChatId = decltype(tgbotxx::Chat::id) |