Created Session Storages (markdown)

Lonami 2023-11-01 20:47:03 +01:00
parent c08e5fbf09
commit 5a0d950e49

9
Session-Storages.md Normal file

@ -0,0 +1,9 @@
Session storages define how Telethon persists data, and their main purpose is not having to login every time the script is restarted.
## Built-in session storages
See [Sessions](https://docs.telethon.dev/en/v2/concepts/sessions.html) in the official documentation.
## Third-party session storages
Be the first to link your custom storage here!