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

    Interface SendMessageReturn

    interface SendMessageReturn {
        ack: number;
        from?: string;
        id: string;
        latestEditMsgKey?: MsgKey;
        sendMsgResult: Promise<SendMsgResult>;
        to?: string;
    }
    Index

    Properties

    ack: number
    from?: string
    id: string
    latestEditMsgKey?: MsgKey
    sendMsgResult: Promise<SendMsgResult>
    to?: string