| Name | Type | Description | Notes |
|---|---|---|---|
| text | String | ||
| attachments | Array<InboxMessageEditAttachment> | ||
| edited_at | Time |
require 'zernio-sdk'
instance = Zernio::InboxMessageEditHistoryEntry.new(
text: null,
attachments: null,
edited_at: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| text | String | ||
| attachments | Array<InboxMessageEditAttachment> | ||
| edited_at | Time |
require 'zernio-sdk'
instance = Zernio::InboxMessageEditHistoryEntry.new(
text: null,
attachments: null,
edited_at: null
)