typealias APIMessageSnapshotFields

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

Union Members

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