mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
add versionnumber of persistence
parent
d3f478e42a
commit
fa1710c658
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
In Vx.x we added a persistence mechanism to `telegram.ext`. This wiki is set up to help you understand and set up persistence for your bots.
|
In V12.0b1 we added a persistence mechanism to `telegram.ext`. This wiki is set up to help you understand and set up persistence for your bots.
|
||||||
|
|
||||||
## What can become persistent?
|
## What can become persistent?
|
||||||
The persistence structure is designed to make `chat_data`, `user_data` and `ConversationHandler`'s states persistent.
|
The persistence structure is designed to make `chat_data`, `user_data` and `ConversationHandler`'s states persistent.
|
||||||
|
|
Loading…
Reference in a new issue