mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
remove(types): previewAsset from MessageSticker
This commit is contained in:
@@ -17,11 +17,6 @@ export interface MessageSticker {
|
||||
* Note: The URL for fetching sticker assets is currently private.
|
||||
*/
|
||||
asset: string;
|
||||
/**
|
||||
* Sticker preview asset hash
|
||||
* Note: The URL for fetching sticker assets is currently private.
|
||||
*/
|
||||
previewAsset?: string | null;
|
||||
/** Type of sticker format */
|
||||
formatType: DiscordMessageStickerFormatTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user