Layer 227
constructor Business
updateStoryID#1bf335b9 id:int random_id:long = Update;

Parameters

Name Type Description
Id int The id that was attributed to the story.
RandomId long The random_id that was passed to stories. send Story.

Returns

Update

Gogram Example

// Creating UpdateStoryId constructor
obj := &tg.UpdateStoryId{
    Id: 42,
    RandomId: int64(1234567890),
}