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

    Type Alias SendToChatProps

    type SendToChatProps = {
        chat: ChatModel;
        earlyUpload?: Promise<any>;
        options?: {
            addEvenWhilePreparing?: boolean;
            caption?: string;
            ctwaContext?: any;
            footer?: string;
            forwardedFromWeb?: boolean;
            forwardingScore?: any;
            isForwarded?: boolean;
            isViewOnce?: boolean;
            mentionedJidList?: any;
            multicast?: any;
            productMsgOptions?: ModelPropertiesContructor<MsgModel>;
            quotedMsg?: MsgModel;
            type?: null | string;
        };
    }
    Index

    Properties

    chat: ChatModel
    earlyUpload?: Promise<any>
    options?: {
        addEvenWhilePreparing?: boolean;
        caption?: string;
        ctwaContext?: any;
        footer?: string;
        forwardedFromWeb?: boolean;
        forwardingScore?: any;
        isForwarded?: boolean;
        isViewOnce?: boolean;
        mentionedJidList?: any;
        multicast?: any;
        productMsgOptions?: ModelPropertiesContructor<MsgModel>;
        quotedMsg?: MsgModel;
        type?: null | string;
    }