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
/
EventHandler.h
Age
Commit message (
Collapse
)
Author
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 ↵
Oleg Morozenkov
4 spaces
2017-01-23
I think EventBroadcast and EventHandler should not use shared_ptr references too
Oleg Morozenkov
2016-04-17
Added implementation to Inline Keyboard and added a new event broadcaster
Andrea Giove
2016-03-27
Fixed compilation errors
Andrea Giove
2016-03-27
Add new types and new event broadcaster for support the inline mode.
Andrea Giove
2015-11-16
Fix command parsing with @
Florian Scheibner
for example /help@bot didn't work before
2015-11-12
Parse commands correctly
Florian Scheibner
previously the last letter of a command was removed when a space was present e.g. "/add hello" was parsed as command = "ad"
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-07-27
Documentation
Oleg Morozenkov