|
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)
|
Classes | |
| struct | Log |
| struct | Repository |
| struct | User |
Typedefs | |
| using | RepositoryId = std::int64_t |
| using | UserId = decltype(tgbotxx::User::id) |
| using | ChatId = decltype(tgbotxx::Chat::id) |
| using models::ChatId = typedef decltype(tgbotxx::Chat::id) |
| using models::RepositoryId = typedef std::int64_t |
Definition at line 11 of file Repository.hpp.
| using models::UserId = typedef decltype(tgbotxx::User::id) |