updateStoryID
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).
type tg.UpdateStoryID struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int | yes | The id that was attributed to the story. |
RandomID | int64 | yes | The random_id that was passed to stories.sendStory. |
References
- Official documentation
- Generated Go reference
- TL definition:
updateStoryID#1bf335b9