diff --git a/Session-Storages.md b/Session-Storages.md new file mode 100644 index 0000000..505a902 --- /dev/null +++ b/Session-Storages.md @@ -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!