@wppconnect/wa-js - v3.17.0
    Preparing search index...

    Interface GetMessagesOptions

    interface GetMessagesOptions {
        count?: number;
        direction?: "after" | "before";
        id?: string;
        media?: "image" | "document" | "url" | "all";
        onlyUnread?: boolean;
    }
    Index

    Properties

    count?: number
    direction?: "after" | "before"
    id?: string
    media?: "image" | "document" | "url" | "all"
    onlyUnread?: boolean