Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

File metadata and controls

19 lines (14 loc) · 1.15 KB

WebhookPayloadMessageEdited

Properties

Name Type Description Notes
id String
event Event (enum: message.edited)
message models::InboxWebhookMessage
edit_history Vecmodels::InboxMessageEditHistoryEntry Prior versions of the message, oldest first.
edit_count i32 Total number of edits applied to this message.
edited_at String When the most recent edit happened.
conversation models::InboxWebhookConversation
account models::InboxWebhookAccount
timestamp String 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]