xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
Main Page
Namespaces
Classes
Files
File List
include
tgbot
version.h
1
#ifndef TGBOT_VERSION_H
2
#define TGBOT_VERSION_H
3
7
constexpr
int
TGBOT_VERSION_MAJOR = 1;
8
12
constexpr
int
TGBOT_VERSION_MINOR = 4;
13
17
constexpr
int
TGBOT_VERSION_PATCH = 1;
18
22
constexpr
int
TGBOT_VERSION_TWEAK = 0;
23
27
constexpr
int
TELEGRAM_BOT_API_VERSION_MAJOR = 4;
28
32
constexpr
int
TELEGRAM_BOT_API_VERSION_MINOR = 3;
33
34
#endif
Generated by
1.8.11