@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface SendFileResult

    interface SendFileResult {
        erro?: boolean;
        filename: string;
        me: HostDevice;
        mimeType?: string;
        status?: string | number;
        text?: string;
        to: MessageId & {
            formattedName: string;
            isBusiness: boolean;
            isMyContact: boolean;
            pushname?: string;
            verifiedName: string;
        };
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    erro?: boolean
    filename: string
    mimeType?: string
    status?: string | number
    text?: string
    to: MessageId & {
        formattedName: string;
        isBusiness: boolean;
        isMyContact: boolean;
        pushname?: string;
        verifiedName: string;
    }
    type: string