Raw.messages.RequestUrlAuth

Raw.messages.RequestUrlAuth

Get more info about a seamless telegram login authorization request, for more info click here

messages.requestUrlAuth#198fb446 flags:# peer:flags.1?InputPeer msg_id:flags.1?int button_id:flags.1?int url:flags.2?string = UrlAuthResult;
export namespace Raw {
  export namespace messages {
    export class RequestUrlAuth {
      constructor(params: {
        peer?: Raw.TypeInputPeer;
        msgId?: number;
        buttonId?: number;
        url?: string;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x198fb446

Property

Results

Raw.TypeUrlAuthResult