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
peer
: Raw.TypeInputPeer or undefinedPeer where the message is located
msgId
: number or undefinedThe message
buttonId
: number or undefinedThe id of the button with the authorization request
url
: string or undefinedUrl used for link url authorization, click here for more info