SendVideoUrl
Query parameters
idstringRequiredExample:
idBody
all ofOptional
and
anyOptionalExample:
{"instance_key":"id","jid":"groupid","videoUrl":"url","caption":"hello \n hi"}Responses
200Success
No content
post
/groups/sendVideoUrlPOST /groups/sendVideoUrl?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 78
{
"instance_key": "id",
"jid": "groupid",
"videoUrl": "url",
"caption": "hello \n hi"
}200Success
No content
Last updated
Was this helpful?