"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entityDesc = void 0; ; exports.entityDesc = { locales: { zh_CN: { name: '消息', attr: { application: '应用', session: '会话', user: '用户', wechatUser: '微信用户', createTime: '发送时间', type: '消息类型', text: '文本内容', files: '文件', link: '图文', aaoe: '作为实体的发起者', extra: '额外信息', }, v: { type: { text: '文字', image: '图片', voice: '音频', video: '视频', link: '图文', location: '位置', event: '事件', miniprogrampage: '小程序', }, }, }, }, };