@wppconnect-team/wppconnect - v2.3.2
    Preparing search index...

    Interface NewsletterFollower

    interface NewsletterFollower {
        adminProfile: {
            id: string;
            name: string;
            pictureDirectPath?: string;
            pictureId?: string;
        };
        displayName?: string;
        followTime: number;
        id: WAJS.whatsapp.Wid;
        phoneNumber?: WAJS.whatsapp.Wid;
        role?: NewsletterMembership;
        username?: string;
    }
    Index
    adminProfile: {
        id: string;
        name: string;
        pictureDirectPath?: string;
        pictureId?: string;
    }
    displayName?: string
    followTime: number
    phoneNumber?: WAJS.whatsapp.Wid
    username?: string