Fix incorrect yaml in hangouts (#17169)

This commit is contained in:
Paulus Schoutsen 2018-10-05 20:21:09 +02:00 committed by GitHub
parent 1061c369f1
commit 5e7d4a57a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,4 @@ send_message:
example: '[{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...]'
data:
description: Other options ['image_file' / 'image_url']
example: '{ "image_file": "file" }' or '{ "image_url": "url" }'
example: '{ "image_file": "file" } or { "image_url": "url" }'