Skip to content

Commit

Permalink
Add guild id and ended params to app entitlements (discord#5853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupith authored Feb 15, 2023
1 parent b0043dc commit 558e222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/game_sdk/Store.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ Gets entitlements for a given user. You can use this on your game backend to che
| before? | snowflake | retrieve entitlements before this time |
| after? | snowflake | retrieve entitlements after this time |
| limit? | int | number of entitlements to return, 1-100, default 100 |
| guild_id? | snowflake | the guild id to look up entitlements for |
| exclude_ended? | bool | whether or not ended entitlements should be omitted |

###### Example

Expand Down

0 comments on commit 558e222

Please sign in to comment.