File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -1146,10 +1146,18 @@ The `emoji` must be [URL Encoded](https://en.wikipedia.org/wiki/Percent-encoding
1146
1146
1147
1147
###### Query String Params
1148
1148
1149
- | Field | Type | Description | Default |
1150
- | --------| -----------| ---------------------------------------| ---------|
1151
- | after? | snowflake | Get users after this user ID | absent |
1152
- | limit? | integer | Max number of users to return (1-100) | 25 |
1149
+ | Field | Type | Description | Default |
1150
+ | --------| -----------| ------------------------------------------------------------------------------| ---------|
1151
+ | type? | integer | The [ type of reaction] ( #DOCS_RESOURCES_CHANNEL/get-reactions-reaction-types ) | 0 |
1152
+ | after? | snowflake | Get users after this user ID | absent |
1153
+ | limit? | integer | Max number of users to return (1-100) | 25 |
1154
+
1155
+ ###### Reaction Types
1156
+
1157
+ | Type | Value |
1158
+ | --------| -------|
1159
+ | NORMAL | 0 |
1160
+ | BURST | 1 |
1153
1161
1154
1162
## Delete All Reactions % DELETE /channels/{channel.id#DOCS_RESOURCES_CHANNEL/channel-object}/messages/{message.id#DOCS_RESOURCES_CHANNEL/message-object}/reactions
1155
1163
You can’t perform that action at this time.
0 commit comments