feat(api-types): more snapshot fields

This commit is contained in:
Marcos Susaña 2024-09-02 17:55:35 -04:00
parent 3f6698eba6
commit e38957ca55
No known key found for this signature in database

View File

@ -764,6 +764,9 @@ export type APIMessageSnapshotFields = Pick<
| 'mentions' | 'mentions'
| 'timestamp' | 'timestamp'
| 'type' | 'type'
| 'sticker_items'
| 'components'
| 'stickers'
>; >;
/** /**