From 5a0d950e4998841735b1f8013852751c1f724b76 Mon Sep 17 00:00:00 2001 From: Lonami Date: Wed, 1 Nov 2023 20:47:03 +0100 Subject: [PATCH] Created Session Storages (markdown) --- Session-Storages.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Session-Storages.md 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!