juzibot / wechaty-puppet-macpro

One puppet based on Mac WeChat for Wechaty.
Apache License 2.0
38 stars 10 forks source link

The sent graphic thumbnail cannot be displayed #14

Closed scholar-wei closed 5 years ago

scholar-wei commented 5 years ago

const link = new UrlLink({ description: '简介', thumbnailUrl: 'https://xxx.jpg', title: '标题', url: 'http://www.baidu.com', })

message.room().say(link).then((err, result) => {
});

发送出去的图文,不显示缩略图