refactor(APISticker): remove preview_asset (#119)

BREAKING CHANGE: This removes the `preview_asset` property from sticket objects
  - Reference: https://github.com/discord/discord-api-docs/commit/b9b8db2
This commit is contained in:
Jan
2021-04-15 16:59:30 +02:00
committed by GitHub
parent 617f507427
commit 9817623291
2 changed files with 0 additions and 8 deletions

View File

@@ -478,10 +478,6 @@ export interface APISticker {
* Sticker asset hash
*/
asset: string;
/**
* Sticker preview asset hash
*/
preview_asset: string | null;
/**
* Type of sticker format
*

View File

@@ -478,10 +478,6 @@ export interface APISticker {
* Sticker asset hash
*/
asset: string;
/**
* Sticker preview asset hash
*/
preview_asset: string | null;
/**
* Type of sticker format
*