Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.21 KB

ListMessage.md

File metadata and controls

13 lines (9 loc) · 1.21 KB

ListMessage

List messages are a vertically scrollable set of items that may each contain text, an image, and message actions. Not all messaging channels fully support list messages. * Facebook Messenger and WeChat have native support. * For LINE and our Android, iOS and Web SDK, Sunshine Conversations converts list messages to carousel. * On WhatsApp, Telegram and Twitter, Sunshine Conversations converts list messages to multiple rich messages. * On all other platforms, Sunshine Conversations converts list messages to raw text.

Properties

Name Type Description Notes
type str The type of message. [default to 'list']
items list[Item] An array of objects representing the items associated with the message. Only present in carousel and list type messages.
actions list[ActionSubset] An array of objects representing the actions associated with the message. The array length is limited by the third party channel. [optional]

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