当我向用户发送附件时,他会得到像"发送给你一个附件",我看到了其他发送和附件的机器人,但是如果用户的文章是左右,那么用户会收到附件标题的消息,任何想法我该怎么做?
以下是一个示例代码:
{
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"elements": [
{
"title": "title",
"image_url": "image_url",
"item_url": "article_url",
"buttons": [
{
"type":"element_share"
}
]
}
]
}
}
}