Skip to main content

UnfurledMediaItem

Documentation


Documentation / @discordeno/bot / UnfurledMediaItem

Interface: UnfurledMediaItem

Defined in: transformers/types.ts:731

Properties

attachmentId?

optional attachmentId?: bigint

Defined in: transformers/types.ts:756

The id of the uploaded attachment. Only present if the media was uploaded as an attachment. This field is ignored and provided by the API as part of the response


contentType?

optional contentType?: string

Defined in: transformers/types.ts:745

The media type of the content. This field is ignored and provided by the API as part of the response


flags?

optional flags?: ToggleBitfield

Defined in: transformers/types.ts:754

Unfurled media item flags combined as a bitfield

Remarks

This field is ignored and provided by the API as part of the response

See

DiscordUnfurledMediaItemFlags


height?

optional height?: number | null

Defined in: transformers/types.ts:737

The height of the media item. This field is ignored and provided by the API as part of the response


placeholder?

optional placeholder?: string

Defined in: transformers/types.ts:741

Thumbhash placeholder if image or video. This field is ignored and provided by the API as part of the response


placeholderVersion?

optional placeholderVersion?: number

Defined in: transformers/types.ts:743

Version of the placeholder (if image or video). This field is ignored and provided by the API as part of the response


proxyUrl?

optional proxyUrl?: string

Defined in: transformers/types.ts:735

The proxied url of the media item. This field is ignored and provided by the API as part of the response


url

url: string

Defined in: transformers/types.ts:733

Supports arbitrary urls and attachment://<filename> references


width?

optional width?: number | null

Defined in: transformers/types.ts:739

The width of the media item. This field is ignored and provided by the API as part of the response