just add a warning to the ikb example for now

Hinrich Mahler 2022-04-22 19:52:46 +02:00
parent 3281ed377e
commit 1ea18ca218
2 changed files with 3 additions and 1 deletions

@ -2,7 +2,7 @@
- [x] `JobQueue`
- [x] Tutorial your first bot
- [ ] inline keyboard example
- [x] inline keyboard example
- [ ] performance optimization - extract the asyncio related things to a standalone page
- [x] Type checking
- [x] types of handlers

@ -1,6 +1,8 @@
# Introduction
Hey, this wiki page will walk you through the inline keyboard example found [here](../blob/master/examples/inlinekeyboard.py). We will start with how python starts with the example, then follow through the code in the same way we expect updates from the user would go through it. Let's do it.
> ⚠️ This page has not yet been updated to v14.
_Disclaimer: We will conveniently ignore the imports._
## Startup