Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.27 KB

File metadata and controls

19 lines (15 loc) · 1.27 KB

Zernio.Model.WebhookPayloadMessageEdited

Webhook payload for message.edited events. Fires when the sender edits a previously-sent message. Supported platforms: Instagram, Facebook Messenger, Telegram. The message object reflects the LATEST state; editHistory contains every prior version in order (oldest first), so the last entry is the version immediately before the current content.

Properties

Name Type Description Notes
Id string
Event string
Message InboxWebhookMessage
EditHistory List<WebhookPayloadMessageEditedEditHistoryInner> Prior versions of the message, oldest first.
EditCount int Total number of edits applied to this message.
EditedAt DateTime When the most recent edit happened.
Conversation InboxWebhookConversation
Account InboxWebhookAccount
Timestamp DateTime

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