Skip to content

AttachmentStructure

See

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

Properties

id

id: string | number

Defined in

typings/channel.ts:250


filename

filename: string

Defined in

typings/channel.ts:251


description?

optional description: string

Defined in

typings/channel.ts:252


content_type?

optional content_type: string

Defined in

typings/channel.ts:253


size

size: number

Defined in

typings/channel.ts:254


url

url: string

Defined in

typings/channel.ts:255


proxy_url

proxy_url: string

Defined in

typings/channel.ts:256


height?

optional height: null | number

Defined in

typings/channel.ts:257


width?

optional width: null | number

Defined in

typings/channel.ts:258


ephemeral?

optional ephemeral: boolean

Defined in

typings/channel.ts:259


duration_secs?

optional duration_secs: number

Defined in

typings/channel.ts:260


waveform?

optional waveform: string

Defined in

typings/channel.ts:261


flags?

optional flags: number

Bitfield of AttachmentFlags

Defined in

typings/channel.ts:265