Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | Update to Bot API 6.5 | llnulldisk | |
2023-01-29 | Fix timeout issues (#251) | llnulldisk | |
2023-01-02 | Update to Bot API 6.4 | llnulldisk | |
2022-12-22 | Api: Set default value of replyMarkup to nullptr | llnulldisk | |
2022-11-05 | Update to Bot API 6.3 | llnulldisk | |
2022-11-01 | Update doc in tgbot.h | Oleg Morozenkov | |
2022-10-23 | Pass strings not as references with boost::variant (#237) | llnulldisk | |
2022-10-18 | Update EventBroadcaster (#235) | llnulldisk | |
2022-10-05 | Escape poll options (#128) | llnulldisk | |
2022-10-05 | sendPoll: update default value (#234) | llnulldisk | |
2022-09-20 | Fix #230 | llnulldisk | |
2022-09-20 | Add support for removing command listeners | llnulldisk | |
2022-09-20 | Add function to check if bot is blocked by user | llnulldisk | |
2022-09-20 | Sort TgTypeParser functions | llnulldisk | |
2022-09-20 | Update API methods | llnulldisk | |
2022-09-14 | Update API | llnulldisk | |
2022-09-11 | Update to API 6.2 | llnulldisk | |
2022-09-11 | Update to API 6.1 | llnulldisk | |
2022-09-11 | Update to API 6.0 | llnulldisk | |
2022-09-09 | Update to API 5.7 | llnulldisk | |
2022-09-09 | Update to API 5.6 | llnulldisk | |
2022-09-04 | Update to API 5.5 | llnulldisk | |
2022-09-04 | Update to API 5.4 | llnulldisk | |
2022-09-04 | Update to API 5.3 | llnulldisk | |
2022-09-04 | Update to API 5.2 | llnulldisk | |
2022-09-04 | Optimise backward compatibility | llnulldisk | |
2022-09-04 | Update to API 5.1 | llnulldisk | |
2022-09-03 | Update to API 5.0 | llnulldisk | |
2022-08-31 | Add Telegram Passport | llnulldisk | |
2022-08-30 | Restore the order of parameters in sendMessage | llnulldisk | |
2022-08-30 | Update to API 4.9 | llnulldisk | |
2022-08-30 | Update to API 4.8 | llnulldisk | |
2022-08-30 | Sort api methods | llnulldisk | |
2022-08-30 | Rework Bot API 4.7 | llnulldisk | |
2022-08-30 | Update to API 4.7 | llnulldisk | |
2022-08-29 | Update to API 4.6 | llnulldisk | |
2022-08-29 | Update to API 4.5 | llnulldisk | |
2022-06-04 | remove extra ; | dan4ik | |
2021-12-28 | Remove unused parameter name to avoid unused-parameter | edisonhello | |
2021-12-09 | Add is_automatic_forward property to Message object | Tindy X | |
2021-12-03 | migrate(user-id): from 32-bit integer to 64-bit integer | JellyBrick | |
fix #187, fix #186, fix #181 | |||
2021-07-25 | fix(TgWebhookServer): `_path` will be initialized after `_eventHandler` | JellyBrick | |
2021-07-14 | Added declare sendMessage | Kirill Danilchuk | |
2020-11-10 | Merge pull request #157 from nesc1/customizeServerUrl | Oleg Morozenkov | |
Add support to configure the API bot server url | |||
2020-11-08 | Add support to configure the API bot server url | Nuno Esculcas | |
Now creating the bot class it is possible to override the API bot server url that defaults to: 'https://api.telegram.org' This enables you to connect your bot to the local API bot server. | |||
2020-11-08 | Update include/tgbot/TgTypeParser.h | nesc1 | |
Co-authored-by: JellyBrick <shlee1503@naver.com> | |||
2020-10-29 | Update include/tgbot/TgTypeParser.h | nesc1 | |
Co-authored-by: JellyBrick <shlee1503@naver.com> | |||
2020-10-22 | Fix appendToJson function when value is a const char* | Nuno.Esculcas | |
2020-08-23 | appendToJson fix quotes for char* values | puh | |
2020-05-25 | * add SetMyCommand to the api | sebest | |