Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

MessageWebhook.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

MessageWebhook

Properties

Name Type Description Notes
id str The unique ID of the message. [optional]
received str A datetime string with the format `YYYY-MM-DDThh:mm:ss.SSSZ` representing when Sunshine Conversations received the message. [optional]
author AuthorWebhook [optional]
content Content The content of the message. [optional]
source Source [optional]
quoted_message QuotedMessage The quoted message is currently only available for WhatsApp and Web Messenger `formResponse` messages. [optional]
metadata object [optional]
deleted bool true if the message serves as a placeholder for one that has been deleted. [optional]

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