diff --git a/src/types/payloads/channel.ts b/src/types/payloads/channel.ts index 2db8543..46cd147 100644 --- a/src/types/payloads/channel.ts +++ b/src/types/payloads/channel.ts @@ -764,6 +764,9 @@ export type APIMessageSnapshotFields = Pick< | 'mentions' | 'timestamp' | 'type' + | 'sticker_items' + | 'components' + | 'stickers' >; /**