Skip to content

ActivityPlug API / @activityplug/misskey / MisskeyFileResponse

Interface: MisskeyFileResponse

Defined in: types.ts:107

Properties

blurhash?

readonly optional blurhash?: string | null

Defined in: types.ts:114


comment?

readonly optional comment?: string | null

Defined in: types.ts:113


id?

readonly optional id?: string

Defined in: types.ts:108


isSensitive?

readonly optional isSensitive?: boolean

Defined in: types.ts:111


properties?

readonly optional properties?: object

Defined in: types.ts:115

height?

readonly optional height?: number

width?

readonly optional width?: number


thumbnailUrl?

readonly optional thumbnailUrl?: string | null

Defined in: types.ts:112


type?

readonly optional type?: string

Defined in: types.ts:109


url?

readonly optional url?: string

Defined in: types.ts:110