summaryrefslogtreecommitdiff
path: root/src/EventHandler.cpp
AgeCommit message (Collapse)Author
2022-10-18Update EventBroadcaster (#235)llnulldisk
2021-11-12Handle channelPost similarly to a direct messageDmitry Mikushin
2020-03-17format: add missing headersAlexander Zaitsev
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
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
2018-05-27Message max length is 4096 UTF8 charactersJellyBrick
2018-05-26Improve performanceJellyBrick
2017-03-20fix errorskukin-konstantin
2017-01-23I think EventBroadcast and EventHandler should not use shared_ptr references tooOleg Morozenkov