Const
Function to build a Guilded user avatar URL
The hash of the user's avatar
The size of the avatar (optional)
A URL string for the user avatar
Function to build a Guilded chat message image URL
The hash of the image
The size of the image (optional)
Optional
width: numberThe width of the image (optional)
Optional
height: numberThe height of the image (optional)
A URL string for the image in a chat message
Function to build a Guilded user profile banner URL
The hash of the user's banner
The size of the banner (optional)
Optional
width: numberThe width of the banner (optional)
Optional
height: numberThe height of the banner (optional)
A URL string for the user profile banner
Builds a URL for a server banner asset.
The hash of the banner asset.
The size of the banner asset. Default value is "Hero".
Optional
width: numberThe width of the banner asset. Defaults to undefined.
Optional
height: numberThe height of the banner asset. Defaults to undefined.
The URL of the server banner asset.
Builds a URL for a server emoji asset.
The hash of the emoji asset.
The size of the emoji asset. Default value is "Full".
The extension of the emoji asset. Default value is "WEBP".
Optional
width: numberThe width of the emoji asset. Defaults to undefined.
Optional
height: numberThe height of the emoji asset. Defaults to undefined.
The URL of the server emoji asset.
Builds a URL for a server icon asset.
The hash of the icon asset.
The size of the icon asset. Default value is "Medium".
The URL of the server icon asset.
Generated using TypeDoc
Object containing functions to build Guilded asset URLs