Raw.UpdateStoryID

Raw.UpdateStoryID

A story was successfully uploaded.

updateStoryID#1bf335b9 id:int random_id:long = Update;
export namespace Raw {
  export class UpdateStoryID {
    constructor(params: { id: number; randomId: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x1bf335b9

Property

  • id : number

    The id that was attributed to the story.

  • randomId : bigint

    The randomId that was passed to stories.sendstory.