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).

updateStoryID#1bf335b9 id:int random_id:long = Update;

Parameters

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.

Type

Update

Related pages

stories.sendStory

Uploads a Telegram Story.

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).