deleteMessage
Xóa tin nhắn của bản thân hoặc thành viên nhóm
api.deleteMessage(options, threadId[, type])
Parameters
Return
Types
export type DeleteMessageResponse = {
status: number;
};
export type DeleteMessageDestination = {
data: {
cliMsgId: string;
msgId: string;
uidFrom: string;
};
threadId: string;
/**
* mặc định ThreadType.User
*/
type?: ThreadType;
};Examples
Last updated