Skip to content

Commit 0a7d731

Browse files
Add callout for sticker gif urls (#6831)
1 parent 83d649e commit 0a7d731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ Discord uses ids and hashes to render images in the client. These hashes can be
353353

354354
\*\*\*\* In the case of the Sticker endpoint, the sticker will be available as PNG if its [`format_type`](#DOCS_RESOURCES_STICKER/sticker-object) is `PNG` or `APNG`, GIF if its `format_type` is `GIF`, and as [Lottie](https://airbnb.io/lottie/#/) if its `format_type` is `LOTTIE`.
355355

356+
> info
357+
> Sticker GIFs do not use the CDN base url, and can be accessed at `https://media.discordapp.net/stickers/<sticker_id>.gif`.
358+
356359
## Image Data
357360

358361
Image data is a [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) that supports JPG, GIF, and PNG formats. An example Data URI format is:

0 commit comments

Comments
 (0)