| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| channel_id | String | [optional] | |
| content | String | [optional] | |
| timestamp | Time | [optional] | |
| author | Object | [optional] | |
| attachments | Array<Object> | [optional] | |
| embeds | Array<Object> | [optional] |
require 'zernio-sdk'
instance = Zernio::ListDiscordPinnedMessages200ResponseDataInner.new(
id: null,
channel_id: null,
content: null,
timestamp: null,
author: null,
attachments: null,
embeds: null
)