undo

Thu hồi tin nhắn

api.undo(message)

Parameters

  • message UndoPayload

Return

Promise<UndoResponse>

Types

export type UndoPayload = {
    msgId: string | number;
    cliMsgId: string | number;
};

export type UndoResponse = {
    status: number;
};

Examples

Last updated