From 38f30103701db0a44e6a977bd84cafb1e992e2de Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 30 Apr 2024 08:28:36 -0700 Subject: [PATCH] Add callout for sticker gif urls --- 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: