teleproto - v1.229.0
    Preparing search index...

    Interface MessagesAcceptUrlAuthParams

    interface MessagesAcceptUrlAuthParams {
        buttonId?: number;
        matchCode?: string;
        msgId?: MessageIDLike;
        peer?: EntityLike;
        sharePhoneNumber?: boolean;
        url?: string;
        writeAllowed?: boolean;
    }
    Index
    buttonId?: number

    ID of the login button

    matchCode?: string
    msgId?: MessageIDLike

    Message ID of the message with the login button

    peer?: EntityLike

    The location of the message

    sharePhoneNumber?: boolean
    url?: string

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

    writeAllowed?: boolean

    Set this flag to allow the bot to send messages to you (if requested)