Layer 220
UpdateStoryId
A story was successfully uploaded.
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
UpdateGogram Example
// Creating UpdateStoryId constructor obj := &tg.UpdateStoryId{ Id: 0, RandomId: int64(0), }