diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 4f4ab2e8..0d52f3a8 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -1987,12 +1987,15 @@ export type APIModalActionRowComponent = APITextInputComponent; export type APIMessageSnapshotFields = Pick< APIMessage, | 'attachments' + | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' + | 'sticker_items' + | 'stickers' | 'timestamp' | 'type' >; diff --git a/deno/payloads/v9/channel.ts b/deno/payloads/v9/channel.ts index d098657d..b8cb605f 100644 --- a/deno/payloads/v9/channel.ts +++ b/deno/payloads/v9/channel.ts @@ -1954,12 +1954,15 @@ export type APIModalActionRowComponent = APITextInputComponent; export type APIMessageSnapshotFields = Pick< APIMessage, | 'attachments' + | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' + | 'sticker_items' + | 'stickers' | 'timestamp' | 'type' >; diff --git a/payloads/v10/channel.ts b/payloads/v10/channel.ts index ca9b3d65..1d5873d8 100644 --- a/payloads/v10/channel.ts +++ b/payloads/v10/channel.ts @@ -1987,12 +1987,15 @@ export type APIModalActionRowComponent = APITextInputComponent; export type APIMessageSnapshotFields = Pick< APIMessage, | 'attachments' + | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' + | 'sticker_items' + | 'stickers' | 'timestamp' | 'type' >; diff --git a/payloads/v9/channel.ts b/payloads/v9/channel.ts index a73ed1c1..e30cbb33 100644 --- a/payloads/v9/channel.ts +++ b/payloads/v9/channel.ts @@ -1954,12 +1954,15 @@ export type APIModalActionRowComponent = APITextInputComponent; export type APIMessageSnapshotFields = Pick< APIMessage, | 'attachments' + | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' + | 'sticker_items' + | 'stickers' | 'timestamp' | 'type' >;