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