Raw.ExportedStoryLink

Raw.ExportedStoryLink

Represents a story deep link.

exportedStoryLink#3fc9053b link:string = ExportedStoryLink;
export namespace Raw {
  export class ExportedStoryLink {
    constructor(params: { link: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x3fc9053b

Property

  • link : string

    The story deep link.