Adjust hangouts service description (#14325)

This commit is contained in:
Martin Hjelmare 2020-08-31 10:59:07 +02:00 committed by GitHub
parent 9293ed5418
commit 603e323a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,9 +212,9 @@ Sends a message to the given conversations.
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |
|------------------------|----------|--------------------------------------------------| |------------------------|----------|--------------------------------------------------|
| target | List of targets with id or name. [Required] | [{"id": "UgxrXzVrARmjx_C6AZx4AaABAagBo-6UCw"}, {"name": "Test Conversation"}] | | target | No | List of targets with id or name. |
| message | List of message segments, only the "text" field is required in every segment. [Required] | [{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...] | | message | No | List of message segments, only the "text" field is required in every segment. |
| data | Extra options | {"image_file": "path"} / {"image_url": "url"} | | data | Yes | Either a path to an image file or a URL to an image. |
### Service `hangouts.reconnect` ### Service `hangouts.reconnect`