File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1987,12 +1987,15 @@ export type APIModalActionRowComponent = APITextInputComponent;
19871987export type APIMessageSnapshotFields = Pick <
19881988 APIMessage ,
19891989 | 'attachments'
1990+ | 'components'
19901991 | 'content'
19911992 | 'edited_timestamp'
19921993 | 'embeds'
19931994 | 'flags'
19941995 | 'mention_roles'
19951996 | 'mentions'
1997+ | 'sticker_items'
1998+ | 'stickers'
19961999 | 'timestamp'
19972000 | 'type'
19982001> ;
Original file line number Diff line number Diff line change @@ -1954,12 +1954,15 @@ export type APIModalActionRowComponent = APITextInputComponent;
19541954export type APIMessageSnapshotFields = Pick <
19551955 APIMessage ,
19561956 | 'attachments'
1957+ | 'components'
19571958 | 'content'
19581959 | 'edited_timestamp'
19591960 | 'embeds'
19601961 | 'flags'
19611962 | 'mention_roles'
19621963 | 'mentions'
1964+ | 'sticker_items'
1965+ | 'stickers'
19631966 | 'timestamp'
19641967 | 'type'
19651968> ;
Original file line number Diff line number Diff line change @@ -1987,12 +1987,15 @@ export type APIModalActionRowComponent = APITextInputComponent;
19871987export type APIMessageSnapshotFields = Pick <
19881988 APIMessage ,
19891989 | 'attachments'
1990+ | 'components'
19901991 | 'content'
19911992 | 'edited_timestamp'
19921993 | 'embeds'
19931994 | 'flags'
19941995 | 'mention_roles'
19951996 | 'mentions'
1997+ | 'sticker_items'
1998+ | 'stickers'
19961999 | 'timestamp'
19972000 | 'type'
19982001> ;
Original file line number Diff line number Diff line change @@ -1954,12 +1954,15 @@ export type APIModalActionRowComponent = APITextInputComponent;
19541954export type APIMessageSnapshotFields = Pick <
19551955 APIMessage ,
19561956 | 'attachments'
1957+ | 'components'
19571958 | 'content'
19581959 | 'edited_timestamp'
19591960 | 'embeds'
19601961 | 'flags'
19611962 | 'mention_roles'
19621963 | 'mentions'
1964+ | 'sticker_items'
1965+ | 'stickers'
19631966 | 'timestamp'
19641967 | 'type'
19651968> ;
You can’t perform that action at this time.
0 commit comments