APIMessageSnapshotFields

export type APIMessageSnapshotFields = Pick<APIMessage, 'attachments' | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' | 'sticker_items' | 'stickers' | 'timestamp' | 'type'>;
export type APIMessageSnapshotFields = Pick<APIMessage, 'attachments' | 'components' | 'content' | 'edited_timestamp' | 'embeds' | 'flags' | 'mention_roles' | 'mentions' | 'sticker_items' | 'stickers' | 'timestamp' | 'type'>;

No summary provided.

Pick<APIMessage, 'attachments'
'components'
'content'
'edited_timestamp'
'embeds'
'flags'
'mention_roles'
'mentions'
'sticker_items'
'stickers'
'timestamp'
'type'>