Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.12 KB

File metadata and controls

17 lines (14 loc) · 1.12 KB

# WebhookPayloadMessageEdited

Properties

Name Type Description Notes
id string
event string
message \Zernio\Model\InboxWebhookMessage
edit_history \Zernio\Model\InboxMessageEditHistoryEntry[] Prior versions of the message, oldest first.
edit_count int Total number of edits applied to this message.
edited_at \DateTime When the most recent edit happened.
conversation \Zernio\Model\InboxWebhookConversation
account \Zernio\Model\InboxWebhookAccount
timestamp \DateTime UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

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