Interface GetLoginUrlInfo

Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button. Request type for Tdjson#getLoginUrlInfo.

interface GetLoginUrlInfo {
    @type: "getLoginUrlInfo";
    button_id: number;
    chat_id: number;
    message_id: number;
}

Properties

@type: "getLoginUrlInfo"
button_id: number

Button identifier.

chat_id: number

Chat identifier of the message with the button.

message_id: number

Message identifier of the message with the button. The message must not be scheduled.