UpdateStoryID
- class pyrogram.raw.types.UpdateStoryID
A story was successfully uploaded.
Constructor of
Update.- Details:
Layer:
223ID:
1BF335B9
- Parameters:
id (
int32-bit) – The id that was attributed to the story.random_id (
int64-bit) – The random_id that was passed to stories.sendStory.
TL Schema
updateStoryID#1bf335b9
id:int
random_id:long
= Update
Parameter Tree
UpdateStoryID
├── id →
int└── random_id →
longExample
UpdateStoryID(
id=0,
random_id=app.rnd_id(),
)