Raw.UrlAuthResultAccepted

Raw.UrlAuthResultAccepted

Details about an accepted authorization request, for more info click here

urlAuthResultAccepted#8f8c0e4e url:string = UrlAuthResult;
export namespace Raw {
  export class UrlAuthResultAccepted {
    constructor(params: { url: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x8f8c0e4e

Property

  • url : string

    The url name of the website on which the user has logged in.