Age | Commit message (Collapse) | Author |
|
|
|
Various fixes
|
|
|
|
simultaneously when autolink is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because otherwise it is compiler error somewhere in files related to include order.
|
|
|
|
|
|
|
|
- add missing include headers in different part of tgbot-cpp library, remove unused includes
Tested:
- Local build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #127, #128 & Code quality improvements
|
|
|
|
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: use C++ fixed-width types instead of C types
|
|
- use C++ size_t from std namespace instead of a version from global namespace
Tested:
- Local build
- Unit-tests
|