export type RESTAPIAttachment = Partial<Pick<APIAttachment, 'description' | 'duration_secs' | 'filename' | 'title' | 'waveform'>> & { id: Snowflake | number;};
https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure