You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/Emoji.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,13 @@ An emoji cannot have both subscription roles and non-subscription roles.
29
29
Emojis with subscription roles are considered premium emoji, and count toward a separate limit of 25.
30
30
Emojis cannot be converted between normal and premium after creation.
31
31
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
+
32
39
###### Emoji Example
33
40
34
41
```json
@@ -187,4 +194,4 @@ Modify the given emoji. Returns the updated [emoji](#DOCS_RESOURCES_EMOJI/emoji-
0 commit comments