/stickers
Retrieves information of a given sticker or sticker list
Last updated
{
status: 200,
details: [
{
id: '1027829706160078879',
name: 'fcbc',
tags: '100',
type: 'Guild',
...
...
...
> 'Read on `Sticker Objects` : https://discord.com/developers/docs/resources/sticker#sticker-object'
}
]
}{
status: 400
error: 'Cannot read ... (This can vary)'
}{
status: 401,
details: { message: '401: Unauthorized', code: 0 }
}{
status: 404,
details: { message: 'Unknown Guild', code: 10004 } (this can vary)
}