whatsapp-api-js - v6.2.2
    Preparing search index...

    Type Alias ServerBlockedUser

    type ServerBlockedUser = {
        input: string;
        user_id?: string;
        wa_id?: string;
    }
    Index

    Properties

    Properties

    input: string

    Will be set to the user’s BSUID or parent BSUID if you used the user’s BSUID or parent BSUID to block or unblock the user. Will be set to the user’s phone number if you used the user’s phone number to block or unblock the user.

    user_id?: string

    Will be set to the user’s BSUID or parent BSUID if you used the user’s BSUID or parent BSUID to block or unlock the user. Will be omitted if you used the user’s phone number to block or unblock the user.

    wa_id?: string

    Will be omitted if you used the user’s BSUID or parent BSUID to block or unblock the user. Will be set to the user’s phone number if you used their phone number to block or unblock the user.