docs: added endpoints and object models
This commit is contained in:
parent
ebab7e4fb3
commit
142cc5a448
7 changed files with 184 additions and 0 deletions
9
API/models/Channel.md
Normal file
9
API/models/Channel.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## Channel Object
|
||||
Represents a channel in a [[Guild#Guild Object|Guild]].
|
||||
|
||||
**Structure**
|
||||
|
||||
| Field | Type | Description |
|
||||
| ----- | ------ | ------------------- |
|
||||
| id | string | ID of the channel |
|
||||
| name | string | Name of the channel |
|
Loading…
Add table
Add a link
Reference in a new issue