消息回调
回调消息类型
本文档不枚举所有接收消息,但所有消息均能接收,包括
- 客户端
- 进程启动
- 二维码登录
- 登录事件
- 退出登录
- 消息
- 文本
- 语音
- 图片
- 视频
- 小程序
- 视频号
- 表情
- 等等
- 通知消息
- 新成员进群
- 成员退群
- 新好友申请
- 新增好友
- 邀请加入群聊
- 等等
- 还有更多没列出来
回调格式
大致格式
{
"data": {
"appinfo": "2961317182029624734",
"at_list": [],
"cdn_data": "CgoIABIGCgQ0MTY1",
"content": "4165",
"content_type": 2,
"conversation_id": "S:16888xxxxxxxxxxxxxxxxxx",
"is_pc": 0,
"local_id": "7054",
"receiver": "1688xxxxxxxxxxx",
"send_time": "1687686011",
"sender": "788130xxxxxxx",
"sender_name": "Hanson",
"server_id": "1046194"
},
"type": "WW_RECV_TEXT_MSG",
"client_id": 1,
"user_id": "16888xxxxxxxx"
}
实际格式可以在使用中查看日志获取。
回调项目
回调的使用可以参考以下项目
消息监控转发
项目地址 https://github.com/xbot-org/demo_forward_msg
自动回复
最后修改时间: 2 年前