Referencia de APIChats / Chat
Get Chat media by channelid by mediaid
← Back to full API reference
GET
/v1/chat/media/:channelId/:mediaIdAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| channelId | Yes | Required path parameter. |
| mediaId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"channelId": 1,
"mediaId": 1
}Query
json
{}Sample response
json
{
"success": true,
"message": "Sample response placeholder for GET /v1/chat/media/:channelId/:mediaId"
}