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/Emoji.md
Normal file
9
API/models/Emoji.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## Emoji Object
|
||||
Represents an emoji in a [[Guild]].
|
||||
|
||||
**Structure**
|
||||
|
||||
| Field | Type | Description |
|
||||
| ----- | ------ | ----------------- |
|
||||
| id | string | ID of the emoji |
|
||||
| name | string | Name of the emoji |
|
Loading…
Add table
Add a link
Reference in a new issue