Skip to main content

applicationCoverUrl

@discordeno/bot


Documentation / @discordeno/bot / applicationCoverUrl

Function: applicationCoverUrl()

applicationCoverUrl(applicationId, coverHash, options?): string | undefined

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

Builds the URL to an application cover stored in the Discord CDN.

Parameters

applicationId

BigString

The ID of the application to get the cover of.

coverHash

The hash identifying the application cover.

undefined | BigString

options?

The parameters for the building of the URL.

format

ImageFormat

size

ImageSize

Returns

string | undefined

The link to the resource or undefined.