SendimageURL
Query parameters
idstringRequiredExample:
idBody
all ofOptional
and
anyOptionalExample:
{"jid":"receivernumber","imageUrl":"url","caption":"caption text \nnext line"}Responses
200Success
No content
post
/chats/sendimageURLPOST /chats/sendimageURL?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 78
{
"jid": "receivernumber",
"imageUrl": "url",
"caption": "caption text \nnext line"
}200Success
No content
Last updated
Was this helpful?