Specifies the extended message payload which is used to send a message with a custom message type.
| Name | Type | Description | Notes |
|---|---|---|---|
| custom_view | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | JSON format you want to embed in message, eq : {"title": "title", "image": "https://link.to/image.jpg\"} | [optional] |
| suggested_replies | [str] | Specifies an array of suggested replies to be sent with the message. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |