Sticker of a discord guild.
flowchart LR
sticker[(sticker)]
id[id]
click id callback "Id of the sticker."
sticker --- id
name[name]
click name callback "Name of the sticker."
sticker --- name
description[description]
click description callback "Description of the sticker."
sticker --- description
url[url]
click url callback "Url of the sticker image."
sticker --- url
created_at[created_at]
click created_at callback "Creation date of the sticker in unix timestamp."
sticker --- created_at
Id of the sticker.
Name of the sticker.
Description of the sticker.
Url of the sticker image.
Creation date of the sticker in unix timestamp.