我正在构建一些东西,我需要设置松弛消息JSON图像的动态图像大小。下面是我创建的JSON。
{
"text":"This will be header",
"attachments": [
{
"thumb_url":"https://upload.wikimedia.org/wikipedia/commons/7/76/Slack_Icon.png",
"fields": [
{
"title": "Title",
"value": "123",
"short": true
}
],
"color": "#F35A00"
}
]
}
在上面的JSON中,我想设置 thumb_url 的自定义大小,但我找不到该属性。有人可以对此有所了解吗?
答案 0 :(得分:0)
不,您无法为附件中的缩略图设置自定义尺寸。