From fbd5450a2014e21c2c004d973d1026b1d3aed755 Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 21 Jul 2023 23:12:50 +0200 Subject: [PATCH] Created Stories (markdown) --- Stories.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Stories.md diff --git a/Stories.md b/Stories.md new file mode 100644 index 0000000..2d429c1 --- /dev/null +++ b/Stories.md @@ -0,0 +1,9 @@ +Telegram Stories were made available on July 2023. + +Version 1 of the Telethon library does not have first-class support for stories (with no plans to either), but as usual, the [raw API](https://docs.telethon.dev/en/stable/concepts/full-api.html) can be used to [interact with stories](https://tl.telethon.dev?q=story). + +The [stories GitHub gist](https://gist.github.com/hikariatama/3db47e1bc8f35dc6f88963570ff32979) shows how you could extend the `TelegramClient` to include new methods for stories. + +Alternatively, [a fork may be used in the meantime](https://t.me/TelethonChat/554049) if you prefer to avoid using raw API yourself. + +Note that stories have certain restrictions on which file formats are supported. \ No newline at end of file