Type alias DiscordAttachment
DiscordAttachment: {
content_type?: string;
description?: string;
ephemeral?: boolean;
filename: string;
height?: number;
id: string;
proxy_url: string;
size: number;
url: string;
width?: number;
}
Type declaration
-
Optional
content_type?: string
-
Optional
description?: string
-
Optional
ephemeral?: boolean
-
filename: string
-
Optional
height?: number
-
id: string
-
proxy_url: string
-
size: number
-
url: string
-
Optional
width?: number
See
https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure