teleproto - v1.229.0
    Preparing search index...

    Interface MessagesRequestUrlAuthParams

    interface MessagesRequestUrlAuthParams {
        buttonId?: number;
        inAppOrigin?: string;
        msgId?: MessageIDLike;
        peer?: EntityLike;
        url?: string;
    }
    Index
    buttonId?: number

    The ID of the button with the authorization request

    inAppOrigin?: string
    msgId?: MessageIDLike

    The message

    peer?: EntityLike

    Peer where the message is located

    url?: string

    URL used for link URL authorization, click here for more info »