url
Creates a message that includes a link to a website, as well as a title, subtitle, photo and a button label.
url(params=Hash)
url(params=Hash)
Platforms
Platform
Supported
Messenger
Telegram
Usage
Params
Name
Description
title
String
Required.
URL Title
sub_title
String
Optional. Brief description displayed below the title.
image
String
Required. An image url
url
String
Required. An image url
button
String
Optional. A button label.
Not available in WhatsApp.
In Messenger can be included two extra parameters: messenger_extensions
(boolean) and image_aspect_ratio
(:horizontal or :square). If they are present, the other platforms will just ignore them.
Last updated