Function encryptAndSendStatusMsg
- encryptAndSendStatusMsg(msg, proto, report): Promise<any>
Parameters
- msg: {
data: {
ack: number;
author?: Wid;
from: Wid;
id: MsgKey;
subtype?: string;
to: Wid;
type: string;
};
msg: {
data: MsgModel;
type: string;
};
}data: {
ack: number;
author?: Wid;
from: Wid;
id: MsgKey;
subtype?: string;
to: Wid;
type: string;
}
ack: number
Optional
author?: Wid
Optional
subtype?: string
type: string
msg: {
data: MsgModel;
type: string;
}
- proto: any
- report: any
Whatsapp
WAWebEncryptAndSendStatusMsg