消息类型统一处理

This commit is contained in:
xaoyaoo 2024-06-21 18:22:05 +08:00
parent e5338aa1a7
commit dc80c3085d

View File

@ -30,14 +30,11 @@ def type_converter(type_id_or_name: [str,tuple]):
(1, 0): "文本",
(3, 0): "图片",
(34, 0): "语音",
(43, 0): "视频",
(47, 0): "动画表情",
(37, 0): "添加好友",
(42, 0): "推荐公众号",
(48, 0): "地图信息",
(49, 40): "分享收藏夹",
(49, 53): "接龙",
(43, 0): "视频",
(47, 0): "动画表情",
(48, 0): "位置",
(49, 0): "文件",
(49, 1): "类似文字消息而不一样的消息",
@ -47,6 +44,8 @@ def type_converter(type_id_or_name: [str,tuple]):
(49, 19): "合并转发的聊天记录",
(49, 33): "分享的小程序",
(49, 36): "分享的小程序",
(49, 40): "分享收藏夹",
(49, 53): "接龙",
(49, 57): "带有引用的文本消息",
(49, 63): "视频号直播或直播回放等",
(49, 87): "群公告",