summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-05Escape poll options (#128)llnulldisk
2022-10-05sendPoll: update default value (#234)llnulldisk
2022-09-29Confirm updates directly after handling them (#231)llnulldisk
2022-09-20Fix #230llnulldisk
2022-09-20Add function to check if bot is blocked by userllnulldisk
2022-09-20Sort TgTypeParser functionsllnulldisk
2022-09-20Update API methodsllnulldisk
2022-09-14Update APIllnulldisk
2022-09-11Update to API 6.2llnulldisk
2022-09-11Update to API 6.1llnulldisk
2022-09-11Update to API 6.0llnulldisk
2022-09-09Update to API 5.7llnulldisk
2022-09-09Update to API 5.6llnulldisk
2022-09-09Merge pull request #225 from dmikushin/curl_error_messageOleg Morozenkov
2022-09-08If the request did not complete correctly, show the error information. If no ...Dmitry Mikushin
2022-09-04Update to API 5.5llnulldisk
2022-09-04Update to API 5.4llnulldisk
2022-09-04Update to API 5.3llnulldisk
2022-09-04Update to API 5.2llnulldisk
2022-09-04Optimise backward compatibilityllnulldisk
2022-09-04Update to API 5.1llnulldisk
2022-09-03Update to API 5.0llnulldisk
2022-08-31Add Telegram Passportllnulldisk
2022-08-31Fix #192llnulldisk
2022-08-30Restore the order of parameters in sendMessagellnulldisk
2022-08-30Update to API 4.9llnulldisk
2022-08-30Update to API 4.8llnulldisk
2022-08-30Sort api methodsllnulldisk
2022-08-30Rework Bot API 4.7llnulldisk
2022-08-30Update to API 4.7llnulldisk
2022-08-29Update to API 4.6llnulldisk
2022-08-29Update to API 4.5llnulldisk
2021-12-09Add is_automatic_forward property to Message objectTindy X
2021-12-04Merge pull request #185 from dmikushin/channelPostOleg Morozenkov
2021-12-03fix(HttpParser/CurlHttpClient): fix typoJellyBrick
2021-12-03migrate(user-id): from 32-bit integer to 64-bit integerJellyBrick
2021-11-12Handle channelPost similarly to a direct messageDmitry Mikushin
2021-07-11Channels supportDaniel Demidko
2021-04-05Merge branch 'FixTimeoutIssuesDuringNetworkDowntime_Curl'Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl.Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed timeou...Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/162Mathias Schnarrenberger
2020-11-08Add support to configure the API bot server urlNuno Esculcas
2020-05-25* add SetMyCommand to the apisebest
2020-03-22Move method to source file. Put include with boost asio at the first place, b...Egor Pugin
2020-03-22Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-22Fix header order.Egor Pugin
2020-03-17format: add missing headersAlexander Zaitsev
2020-03-15Remove workaround.Egor Pugin
2020-03-15Use make_unique if C++14 and above is available. Kudos to @JellyBrick.Egor Pugin