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.
| 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 |