mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Updated Making your bot persistent (markdown)
parent
645c01ab20
commit
e981a7fc1f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ In V12.0b1 we added a persistence mechanism to `telegram.ext`. This wiki page is
|
||||||
|
|
||||||
* `Job`'s and the `job_queue` is not supported.
|
* `Job`'s and the `job_queue` is not supported.
|
||||||
However, the current `JobQueue` backend [APScheduler](https://apscheduler.readthedocs.io/) has its own persistence logic that you can leverage.
|
However, the current `JobQueue` backend [APScheduler](https://apscheduler.readthedocs.io/) has its own persistence logic that you can leverage.
|
||||||
See e.g. [`ptbcontrib/ptb_sqlalchemy_jobstore`](https://github.com/python-telegram-bot/ptbcontrib/tree/main/ptbcontrib/ptb_jobstores)
|
See e.g. [`ptbcontrib/ptb_jobstores`](https://github.com/python-telegram-bot/ptbcontrib/tree/main/ptbcontrib/ptb_jobstores)
|
||||||
* For a special note about `Bot` instances, see [below](#storing-bots)
|
* For a special note about `Bot` instances, see [below](#storing-bots)
|
||||||
|
|
||||||
## Included persistence classes
|
## Included persistence classes
|
||||||
|
|
Loading…
Reference in a new issue