Layer 220
constructor Business

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: 0,
    RandomId: int64(0),
}