A story was successfully uploaded.
Once a story is successfully uploaded, an updateStoryID will be returned, indicating the story ID (id) that was attributed to the story (like for messages, random_id indicates the random_id that was passed to stories.sendStory: this way, you can tell which story was assigned a specific id by checking which stories.sendStory call has the returned random_id).
Constructor schema is available as of layer 160. Switch »
| Name | Type | Description |
|---|---|---|
| id | int | The id that was attributed to the story. |
| random_id | long | The random_id that was passed to stories.sendStory. |
Uploads a Telegram Story.
May also be used in a business connection, not by wrapping the query in invokeWithBusinessConnection », but rather by specifying the ID of a controlled business user in peer.
A story was successfully uploaded.
Once a story is successfully uploaded, an updateStoryID will be returned, indicating the story ID (id) that was attributed to the story (like for messages, random_id indicates the random_id that was passed to stories.sendStory: this way, you can tell which story was assigned a specific id by checking which stories.sendStory call has the returned random_id).