Skip to content

Commit

Permalink
refactor(APISticker): remove preview_asset (#119)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes the `preview_asset` property from sticket objects
  - Reference: discord/discord-api-docs@b9b8db2
  • Loading branch information
vaporoxx committed Apr 15, 2021
1 parent 617f507 commit 9817623
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions deno/payloads/v8/channel.ts
Expand Up @@ -478,10 +478,6 @@ export interface APISticker {
* Sticker asset hash
*/
asset: string;
/**
* Sticker preview asset hash
*/
preview_asset: string | null;
/**
* Type of sticker format
*
Expand Down
4 changes: 0 additions & 4 deletions payloads/v8/channel.ts
Expand Up @@ -478,10 +478,6 @@ export interface APISticker {
* Sticker asset hash
*/
asset: string;
/**
* Sticker preview asset hash
*/
preview_asset: string | null;
/**
* Type of sticker format
*
Expand Down

0 comments on commit 9817623

Please sign in to comment.