Skip to content

Commit 2a602c4

Browse files
authored
Improve app emoji documentation (#7012)
* clarification * add application-owned emoji
1 parent c41c28e commit 2a602c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/resources/Emoji.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ An emoji cannot have both subscription roles and non-subscription roles.
2929
Emojis with subscription roles are considered premium emoji, and count toward a separate limit of 25.
3030
Emojis cannot be converted between normal and premium after creation.
3131

32+
###### Appication-Owned Emoji
33+
34+
An application can own up to 2000 emojis that can only be used by that app.
35+
App emojis can be managed using the API with a bot token, or using the app's settings in the portal.
36+
The `USE_EXTERNAL_EMOJIS` permission is not required to use app emojis.
37+
The `user` field of an app emoji object represents the team member that uploaded the emoji from the app's settings, or the bot user if uploaded using the API.
38+
3239
###### Emoji Example
3340

3441
```json
@@ -187,4 +194,4 @@ Modify the given emoji. Returns the updated [emoji](#DOCS_RESOURCES_EMOJI/emoji-
187194

188195
## Delete Application Emoji % DELETE /applications/{application.id#DOCS_RESOURCES_APPLICATION/application-object}/emojis/{emoji.id#DOCS_RESOURCES_EMOJI/emoji-object}
189196

190-
Delete the given emoji. Returns `204 No Content` on success.
197+
Delete the given emoji. Returns `204 No Content` on success.

0 commit comments

Comments
 (0)