@wppconnect/wa-js - v4.3.1
    Preparing search index...

    Interface SendJoinGroupViaInviteResult

    Result shape returned by sendJoinGroupViaInvite.

    membershipApprovalMode mirrors the flag queried via getGroupInfoFromInviteCode and signals whether the bot's join request is pending admin approval (true) or the bot joined immediately (false).

    interface SendJoinGroupViaInviteResult {
        gid: Wid;
        membershipApprovalMode: boolean;
    }
    Index

    Properties

    gid: Wid
    membershipApprovalMode: boolean