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)
All Classes Namespaces Files Functions Variables Typedefs Macros
models Namespace Reference

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)
 

Typedef Documentation

◆ ChatId

using models::ChatId = typedef decltype(tgbotxx::Chat::id)

Definition at line 13 of file User.hpp.

◆ RepositoryId

using models::RepositoryId = typedef std::int64_t

Definition at line 11 of file Repository.hpp.

◆ UserId

using models::UserId = typedef decltype(tgbotxx::User::id)

Definition at line 12 of file User.hpp.