RESTAPIAttachment

https://discord.com/developers/docs/resources/message#attachment-object

Signature

export type RESTAPIAttachment = Partial<Pick<APIAttachment, 'description' | 'duration_secs' | 'filename' | 'title' | 'waveform' | 'id'>>;

Members

This export does not declare public properties or methods in the generated declaration file.