typealias RESTAPIAttachment

external
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

Union Members

Partial<Pick<APIAttachment, 'description' 'duration_secs' 'filename' 'title' 'waveform'>> & { id: Snowflakenumber;}