Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 956 Bytes

File metadata and controls

14 lines (9 loc) · 956 Bytes

SendbirdExtendedMessagePayload

Specifies the extended message payload which is used to send a message with a custom message type.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]