diff options
author | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2024-04-20 14:17:26 +0200 |
---|---|---|
committer | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2024-04-20 14:17:26 +0200 |
commit | b5b5cd9e88fc5a87f196e54144b163b4729570d1 (patch) | |
tree | f7f0bf8af10ab29850baa4952fb79f8941d4d700 /README.md | |
parent | d99e61c68a27d625d2d94c2569d99a1aaacaf0b0 (diff) |
Update to Bot API 7.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,10 @@ Documentation is located [here](http://reo7sp.github.io/tgbot-cpp). ## State -- [x] Telegram Bot API 6.9 +- [x] Telegram Bot API 7.0 +- [ ] [MaybeInaccessibleMessage](https://core.telegram.org/bots/api#maybeinaccessiblemessage) +- [ ] [Message->pinnedMessage](https://core.telegram.org/bots/api#message) +- [ ] [CallbackQuery->message](https://core.telegram.org/bots/api#callbackquery) - [ ] [Deep Linking](https://core.telegram.org/bots/features#deep-linking) |