| key | Type | Description |
|---|---|---|
| id | String | Snowflake Id of the message. |
| channelId | String | Snowflake Id of the channel |
| type | MessageType | Message type. |
| content | String | Message content. |
| createdBy | User | The creator of the message |
| createdAt | Number | Timestamp for when the message was created. |
| editedAt | Number? | Timestamp for when the message was edited . |
| reactions | MessageReaction[] | Message Reactions |
| mentions | MessageMention[] | Messages that are mentioned in this message. |
| embed | MessageEmbed? | OG Tag embeds. |
| attachments | MessageAttachments[] | Attached images. |
TODO
TODO
TODO
TODO
TODO