mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
This commit is contained in:
@@ -5,6 +5,8 @@ export interface Attachment {
|
||||
id: string;
|
||||
/** Name of file attached */
|
||||
filename: string;
|
||||
/** The attachment's [media type](https://en.wikipedia.org/wiki/Media_type) */
|
||||
contentType?: string;
|
||||
/** Size of file in bytes */
|
||||
size: number;
|
||||
/** Source url of file */
|
||||
|
||||
Reference in New Issue
Block a user