Skip to content

ActivityPlug API / @activityplug/mastodon-base / MastodonMediaAttachmentResponse

Interface: MastodonMediaAttachmentResponse

Defined in: types.ts:192

Properties

blurhash?

readonly optional blurhash?: string | null

Defined in: types.ts:198


description?

readonly optional description?: string | null

Defined in: types.ts:197


id?

readonly optional id?: string

Defined in: types.ts:193


meta?

readonly optional meta?: object

Defined in: types.ts:199

original?

readonly optional original?: object

original.height?

readonly optional height?: number

original.width?

readonly optional width?: number


preview_url?

readonly optional preview_url?: string | null

Defined in: types.ts:196


type?

readonly optional type?: string

Defined in: types.ts:194


url?

readonly optional url?: string

Defined in: types.ts:195