> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/message/tra-loi-tin-nhan-anh-link.md).

# Trả lời tin nhắn ảnh/link

1. Body

{% tabs %}
{% tab title="photo" %}

<table><thead><tr><th width="135">Name</th><th width="389">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>message</td><td></td></tr><tr><td>method</td><td>replyMsgAttach</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json">{
    "method": "replyMsgAttach",
    "service": "message",
    "data": {
        "accountId": "39456257143545255",
        "toId": "1598980502599776027",
        "message": "tra loi tin nhan anh",
        "ownerId": "39456257143545255",
        "replyMsgId": "5835964219357",
        "replyMsgClientId": "1726470896418",
        "replyMsgTs": "1726470896473",
        "replyMsgType": "chat.photo",
        "group": false,
        "replyMsgAttach": {
            "thumb": "https://t-f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg",
            "href": "https://f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg",
            "params": "{\"rawUrl\":\"https:\\/\\/f27-zpc.zdn.vn\\/7324234751576943730\\/71fd237d1624b07ae935.jpg\",\"width\":2000,\"hd\":\"https:\\/\\/b-f13-zpc.zdn.vn\\/7324234751576943730\\/71fd237d1624b07ae935.jpg\",\"height\":1497}",
            "normalUrl": "https://f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg",
            "hdUrl": "https://f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg",
            "oriUrl": "https://f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg",
            "thumbUrl": "https://t-f27-zpc.zdn.vn/7324234751576943730/71fd237d1624b07ae935.jpg"
        }
    }
}
</code></pre></td><td>ownerId: <em>sender id of replyMsg</em></td></tr></tbody></table>

{% endtab %}

{% tab title="link" %}

<table><thead><tr><th width="135">Name</th><th width="389">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>message</td><td></td></tr><tr><td>method</td><td>replyMsgAttach</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json">{
    "method": "replyMsgAttach",
    "service": "message",
    "companyCode": "esbt",
    "data": {
        "accountId": "39456257143545255",
        "toId": "7070722571989963531",
        "message": "reply link group",
        "ownerId": "39456257143545255",
        "replyMsgId": "5836004925050",
        "replyMsgClientId": "1726471601462",
        "replyMsgTs": "1726471601505",
        "group": true,
        "replyMsgType": "recommened.link",
        "replyMsgAttach": {
            "thumb": "https://photo-link-talk.zadn.vn/photolinkv2/720/aHR0cHM6Ly9yZXMtemFsby56YWRuLnZuL3VwbG9hZC9tZWRpYS8yMDE5LzEwLzE1L2ZlZWRfdGh1bWJfbGlua19fMV9fMTU3MTEzMzEyMjc3OF85Mzc4MC5wbmc=",
            "description": "https://salework.sg.larksuite.com/messenger/",
            "action": "recommened.link",
            "childnumber": 0,
            "href": "https://salework.sg.larksuite.com/messenger/",
            "title": "https://salework.sg.larksuite.com/messenger/",
            "params": "{\"streamUrl\":\"\",\"mediaTitle\":\"Lark\",\"stream_icon\":\"\",\"src\":\"salework.sg.larksuite.com\",\"artist\":\"\",\"type\":0}",
            "type": "38"
        }
    }
}
</code></pre></td><td>ownerId: <em>sender id of replyMsg</em></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

2. Response

{% tabs %}
{% tab title="200" %}

```json
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "msgId": 5838742225403
        },
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}
```

{% endtab %}
{% endtabs %}
