Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

链接卡片消息无法识别 #102

Closed
Tracked by #19
su-chang opened this issue Jan 26, 2022 · 0 comments
Closed
Tracked by #19

链接卡片消息无法识别 #102

su-chang opened this issue Jan 26, 2022 · 0 comments

Comments

@su-chang
Copy link
Member

su-chang commented Jan 26, 2022

链接消息的类型在 whatsapp 中和文本类型是一样的,需要进行特殊处理。

{
  "id": {
    "fromMe": true,
    "remote": "8613811286503@c.us",
    "id": "1F4DDACEF235A966C89D4E7E8763DBBB",
    "_serialized": "true_8613811286503@c.us_1F4DDACEF235A966C89D4E7E8763DBBB"
  },
  "ack": 2,
  "hasMedia": false,
  "body": "www.baidu.com",
  "type": "chat",
  "timestamp": 1643201780,
  "from": "8613126768525@c.us",
  "to": "8613811286503@c.us",
  "deviceType": "android",
  "isForwarded": false,
  "forwardingScore": 0,
  "isStatus": false,
  "isStarred": false,
  "fromMe": true,
  "hasQuotedMsg": false,
  "vCards": [],
  "mentionedIds": [],
  "isGif": false,
  "title": "百度一下,你就知道",
  "description": "全球领先的中文搜索引擎、致力于让网民更便捷地获取信息,找到所求。百度超过千亿的中文网页数据库,可以瞬间找到相关的搜索结果。",
  "links": [{
    "link": "http://www.baidu.com",
    "isSuspicious": false
  }]
}
This was referenced Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant