docs: fix links
This commit is contained in:
parent
2ebb2594d7
commit
ea12d693ed
6 changed files with 36 additions and 35 deletions
|
@ -1,18 +1,18 @@
|
|||
## Message Object
|
||||
Represents a message in a [[Channel]]/DM.
|
||||
Represents a message in a [Channel](Channel.md)/DM.
|
||||
|
||||
**Structure**
|
||||
|
||||
| Field | Type | Description |
|
||||
| ----------- | --------------------------------------------------- | ----------------------------------------------- |
|
||||
| id | string | ID of the message |
|
||||
| channel_id | string | ID of the channel the message was sent it |
|
||||
| author | [[User]] object | Author of the message |
|
||||
| content | string | Content of the message |
|
||||
| created_at | timestamp | When the message was sent |
|
||||
| edited | timestamp \| null | When this message was edited, null if it hasn't |
|
||||
| attachments | array of [[#Attachment Object\|Attachment]] objects | Files attached with the message, empty if none |
|
||||
| embeds | array of [[#Embed Object\|Embed]] objects | Embeds sent with the message, empty if none |
|
||||
| Field | Type | Description |
|
||||
| ----------- | -------------------------------------------------------------- | ----------------------------------------------- |
|
||||
| id | string | ID of the message |
|
||||
| channel_id | string | ID of the channel the message was sent it |
|
||||
| author | [User](User.md#user-object) object | Author of the message |
|
||||
| content | string | Content of the message |
|
||||
| created_at | timestamp | When the message was sent |
|
||||
| edited | timestamp \| null | When this message was edited, null if it hasn't |
|
||||
| attachments | array of [Attachment](Attachment.md#attachment-object) objects | Files attached with the message, empty if none |
|
||||
| embeds | array of [Embed](Embed.md#embed-object) objects | Embeds sent with the message, empty if none |
|
||||
**Example Message**
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue