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 |
---|---|
| Required. URL Title |
| Optional. Brief description displayed below the title. |
| Required. An image url |
| Required. An image url |
| 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