summaryrefslogtreecommitdiff
path: root/include/tgbot/EventHandler.h
AgeCommit message (Collapse)Author
2022-10-18Update EventBroadcaster (#235)llnulldisk
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13Initial support for shared builds.Egor Pugin
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to ↵Oleg Morozenkov
4 spaces
2017-01-23I think EventBroadcast and EventHandler should not use shared_ptr references tooOleg Morozenkov
2016-04-17Added implementation to Inline Keyboard and added a new event broadcasterAndrea Giove
2016-03-27Fixed compilation errorsAndrea Giove
2016-03-27Add new types and new event broadcaster for support the inline mode.Andrea Giove
2015-11-16Fix command parsing with @Florian Scheibner
for example /help@bot didn't work before
2015-11-12Parse commands correctlyFlorian 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-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-27DocumentationOleg Morozenkov