-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Story / Stories feature support #452
Comments
That will be a very useful feature |
Bots can't be added to contacts, so currently no users will be able to see stories sent by bots in their story feeds anyway. |
It’s for self bots |
"self bots" can already do anything a user can, included sending and seeing stories |
okay, show me the code where self bots can send and see stories? the point was having a telegram api library that i can use in my apps, not to have to reverse engineer and send the protobuff calls myself |
All official Telegram apps are open-source, so there is no need to reverse engineer anything. Also, none of them use |
Sweet
…On Aug 18, 2023 at 8:09 AM -0400, Aliaksei Levin ***@***.***>, wrote:
> not to have to reverse engineer and send the protobuff calls myself
All official Telegram apps are open-source, so there is no need to reverse engineer anything. Also, none of them use protobuf.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
did you find a way to do it? |
For reference, this is tdlib's tl schema, which lists all available methods that can be used by any client using the users API (including "self bots") (CTRL+F "stories", or the
From this answer I assume that bot accounts are not forbidden from publishing stories so I guess one could update the bot api so it exposed the methods to publish stories, but nobody would be able to see them, right? |
Bots can't publish stories, because it is useless now. |
Ayo how to pyrogram to upload stories on user account |
allow adding stories programmatically
The text was updated successfully, but these errors were encountered: