删除消息,远程删除
static Future<NIMResult<int>> deleteMessage(NIMMessage anchor) { return NimCore.instance.messageService.deleteMsgSelf(anchor, ''); }