• Set the group icon (group profile picture)

    Parameters

    • groupId: string | Wid
    • content: string

    Returns Promise<{
        _duplicate: boolean;
        eurl: string;
        status: number;
        tag: string;
        token: string;
    }>

    await WPP.group.setIcon('[group@g.us]', 'data:image/jpeg;base64,.....');