From 0a7d731bad7d49c2e49b0687d2a9ec633efeabc9 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 1 May 2024 07:11:23 -0700 Subject: [PATCH] Add callout for sticker gif urls (#6831) --- docs/Reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Reference.md b/docs/Reference.md index 7b616e9b0e..589dc4ab9f 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -353,6 +353,9 @@ Discord uses ids and hashes to render images in the client. These hashes can be \*\*\*\* 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`. +> info +> Sticker GIFs do not use the CDN base url, and can be accessed at `https://media.discordapp.net/stickers/.gif`. + ## Image Data 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: