| 基本 | |
|---|---|
| 事件类型 | im.message.reaction.created_v1 |
| 支持的应用类型 | 自建应用商店应用 |
| 权限要求 | 获取单聊、群组消息 |
| 字段权限要求 | 该接口返回体中存在下列敏感字段,仅当开启对应的权限后才会返回;如果无需获取这些字段,则不建议申请获取用户 user ID仅自建应用 |
| 推送方式 | Webhook |
| 名称收起子列表 | 类型 | 描述 |
|---|---|---|
| schema | string | 事件模式 |
| header | event_header | 事件头 |
| event_id | string | 事件 ID |
| event_type | string | 事件类型 |
| create_time | string | 事件创建时间戳(单位:毫秒) |
| token | string | 事件 Token |
| app_id | string | 应用 ID |
| tenant_key | string | 租户 Key |
| event | - | - |
| message_id | string | 消息的 open_message_id |
| reaction_type | emoji | 表情回复的资源类型 |
| emoji_type | string | emoji类型 emoji类型列举 |
| operator_type | string | 操作人类型注意事项:如果操作人类型是"user",则会返回 user_id如果操作人类型是"app",则会返回 app_id |
| user_id | user_id | 用户 ID |
| union_id | string | 用户的 union id |
| user_id | string | 用户的 user id字段权限要求:获取用户 user ID仅自建应用 |
| open_id | string | 用户的 open id |
| app_id | string | 应用 ID |
| action_time | string | 添加表情回复时间戳(单位:ms) |
{
"schema": "2.0",
"header": {
"event_id": "5e3702a84e847582be8db7fb73283c02",
"event_type": "im.message.reaction.created_v1",
"create_time": "1608725989000",
"token": "rvaYgkND1GOiu5MM0E1rncYC6PLtF7JV",
"app_id": "cli_9f5343c580712544",
"tenant_key": "2ca1d211f64f6438"
},
"event": {
"message_id": "om_dc1326***************51dba21dcf",
"reaction_type": {
"emoji_type": "SMILE"
},
"operator_type": "app/user",
"user_id": {
"union_id": "on_8ed6aa67826108097d9ee143816345",
"user_id": "e33ggbyz",
"open_id": "ou_84aad35d084aa403a838cf73ee18467"
},
"app_id": "cli_9f53******712544",
"action_time": "1627641418803"
}
}