undo
Thu hồi tin nhắn
api.undo(message)
Parameters
Return
Types
export type UndoPayload = {
msgId: string | number;
cliMsgId: string | number;
};
export type UndoResponse = {
status: number;
};Examples
Last updated