updateStory
A new story was posted.
Header Parameters
HMAC-SHA256 hex digest of the raw request body
The delivered Telegram event type
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unique event identifier
Value in
- "telegram.updateStory"
date-timeResponse Body
Example Requests
/telegram.updateStoryupdateStoriesStealthMode
Indicates that stories stealth mode was activated.
updateStoryID
A story was successfully uploaded. Once a story is successfully uploaded, an `RawUpdateStoryID` 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.RawSendStoryRequest`: this way, you can tell which story was assigned a specific id by checking which `stories.RawSendStoryRequest` call has the returned random_id).