mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
docs(types): add clarification for guild stickers for MessageSticker#tags (#1051)
This commit is contained in:
@@ -10,7 +10,7 @@ export interface MessageSticker {
|
||||
name: string;
|
||||
/** Description of the sticker */
|
||||
description: string;
|
||||
/** A comma-separated list of tags for the sticker */
|
||||
/** For guild stickers, a unicode emoji representing the sticker's expression. For Nitro stickers, a comma-separated list of related expressions */
|
||||
tags?: string;
|
||||
/**
|
||||
* Sticker asset hash
|
||||
|
||||
Reference in New Issue
Block a user