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

    Interface NewsletterFollower

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