Skip to content

Commit

Permalink
Document /sticker-packs/:packId endpoint (#7065)
Browse files Browse the repository at this point in the history
* Add /sticker-packs/:packId

* move under List Sticker Packs
  • Loading branch information
quinchs committed Aug 9, 2024
1 parent 072b4bc commit 1a9e949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/Sticker.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Returns a list of available sticker packs.
|---------------|------------------------------------------------------------------------------|
| sticker_packs | array of [sticker pack](#DOCS_RESOURCES_STICKER/sticker-pack-object) objects |

## Get Sticker Pack % GET /sticker-packs/{pack.id#DOCS_RESOURCES_STICKER/sticker-pack-object}

Returns a [sticker pack](#DOCS_RESOURCES_STICKER/sticker-pack-object) object for the given sticker pack ID.

## List Guild Stickers % GET /guilds/{guild.id#DOCS_RESOURCES_GUILD/guild-object}/stickers

Returns an array of [sticker](#DOCS_RESOURCES_STICKER/sticker-object) objects for the given guild. Includes `user` fields if the bot has the `CREATE_GUILD_EXPRESSIONS` or `MANAGE_GUILD_EXPRESSIONS` permission.
Expand Down

0 comments on commit 1a9e949

Please sign in to comment.