Skip to content

Commit

Permalink
chore(MessageGetReactions): remove before pagination
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This query parameter is not usable and was not respected
by the API.

Reference: discord/discord-api-docs@f72b084
  • Loading branch information
vladfrangu committed Apr 10, 2021
1 parent 14f14e2 commit 0ec26b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions deno/rest/v8/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ export type RESTDeleteAPIChannelMessageUserReactionResult = never;
* https://discord.com/developers/docs/resources/channel#get-reactions
*/
export interface RESTGetAPIChannelMessageReactionUsersQuery {
/**
* Get users before this user ID
*/
before?: Snowflake;
/**
* Get users after this user ID
*/
Expand Down
4 changes: 0 additions & 4 deletions rest/v8/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ export type RESTDeleteAPIChannelMessageUserReactionResult = never;
* https://discord.com/developers/docs/resources/channel#get-reactions
*/
export interface RESTGetAPIChannelMessageReactionUsersQuery {
/**
* Get users before this user ID
*/
before?: Snowflake;
/**
* Get users after this user ID
*/
Expand Down

0 comments on commit 0ec26b7

Please sign in to comment.