issues
search
Modersi
/
TelegramBotAPI
Telegram Bot API on C++ and Qt
MIT License
35
stars
21
forks
source link
V 2.0
#11
Closed
Modersi
closed
9 months ago
Modersi
commented
9 months ago
Telegram Bot API functions have been changed. All functions now are asynchronous by default and use std::future interface.
RequestManager has been deleted. "Network" namespace has been created insted of RequestManager class.
"Network" namespace created. Contains functions related to networking.
Telegram Bot API functions bug fixed.