Raw.help.GetDeepLinkInfo

Raw.help.GetDeepLinkInfo

Get info about an unsupported deep link, see here for more info.

help.getDeepLinkInfo#3fedc75f path:string = help.DeepLinkInfo;
export namespace Raw {
  export namespace help {
    export class GetDeepLinkInfo {
      constructor(params: { path: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x3fedc75f

Property

  • path : string

    Path component of a tg: link

Results

Raw.help.TypeDeepLinkInfo