index
:
fadhil_riyanto/libTgBot.git
master
C++ library for Telegram bot API
Fadhil Riyanto
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tgbot
/
Bot.h
Age
Commit message (
Expand
)
Author
2024-08-10
re-order TgBot::Bot class parameter
fadhil riyanto
2020-11-08
Add support to configure the API bot server url
Nuno Esculcas
2020-03-22
Move method to source file. Put include with boost asio at the first place, b...
Egor Pugin
2020-03-14
Move Bot ctor in its own file.
Egor Pugin
2020-03-14
Improve include order. Add some forward decls.
Egor Pugin
2020-03-14
Add missing header.
Egor Pugin
2020-03-14
Store Bot::_eventBroadcaster in unique ptr. Fixes #131.
Egor Pugin
2020-03-13
Initial support for shared builds.
Egor Pugin
2019-12-05
Combile all licenses in LICENSE. Fix Dockerfile_test
Oleg Morozenkov
2018-07-23
Refactor http clients, fix webhook server, add more samples, change tabs to 4...
Oleg Morozenkov
2018-07-04
Remove string literal.
Egor Pugin
2018-07-04
Implement CurlHttpClient.
Egor Pugin
2018-05-29
Added @brief to the Doxygen comment.
JellyBrick
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-07-27
Documentation
Oleg Morozenkov