• Clear a chat message

    Parameters

    • chatId: string | Wid
    • keepStarred: boolean = true

    Returns Promise<{
        keepStarred: boolean;
        status: number;
        wid: Wid;
    }>