mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-19 21:11:06 +03:00
Created Stories (markdown)
parent
8f8643a7e8
commit
fbd5450a20
9
Stories.md
Normal file
9
Stories.md
Normal file
|
@ -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.
|
Loading…
Reference in New Issue
Block a user