SendImageUrl

send Image Url

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"instance_key":"id","jid":"groupid","imageUrl":"imageurl","caption":"hello \nhi"}
Responses
200Success
post
POST /groups/sendImageUrl HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 82

{
  "instance_key": "id",
  "jid": "groupid",
  "imageUrl": "imageurl",
  "caption": "hello \nhi"
}
200Success

No content

Last updated

Was this helpful?