Skip to main content

stickerUrl

@discordeno/bot


Documentation / @discordeno/bot / stickerUrl

Function: stickerUrl()

stickerUrl(stickerId, options?): string | undefined

Defined in: packages/utils/dist/types/images.d.ts:173

Builds the URL to a sticker stored in the Discord CDN.

Parameters

stickerId

The ID of the sticker to get the icon of

number | BigString

options?

The parameters for the building of the URL.

format

ImageFormat

size

ImageSize

type

StickerFormatTypes

Returns

string | undefined

The link to the resource or undefined.