Skip to content

ActivityPlug API / @activityplug/mastodon-base / MastodonStatusResponse

Interface: MastodonStatusResponse

Defined in: types.ts:120

Properties

account?

readonly optional account?: MastodonAccountResponse

Defined in: types.ts:124


bookmarked?

readonly optional bookmarked?: boolean

Defined in: types.ts:144


content?

readonly optional content?: string

Defined in: types.ts:125


created_at?

readonly optional created_at?: string

Defined in: types.ts:126


favourited?

readonly optional favourited?: boolean

Defined in: types.ts:142


favourites_count?

readonly optional favourites_count?: number

Defined in: types.ts:141


id?

readonly optional id?: string

Defined in: types.ts:121


in_reply_to_id?

readonly optional in_reply_to_id?: string | null

Defined in: types.ts:132


media_attachments?

readonly optional media_attachments?: readonly MastodonMediaAttachmentResponse[]

Defined in: types.ts:130


pleroma?

readonly optional pleroma?: unknown

Defined in: types.ts:145


poll?

readonly optional poll?: MastodonPollResponse | null

Defined in: types.ts:131


quote?

readonly optional quote?: { quoted_status?: MastodonStatusResponse | null; state?: string; } | null

Defined in: types.ts:135


quote_id?

readonly optional quote_id?: string | null

Defined in: types.ts:134


reblog?

readonly optional reblog?: MastodonStatusResponse | null

Defined in: types.ts:133


reblogged?

readonly optional reblogged?: boolean

Defined in: types.ts:143


reblogs_count?

readonly optional reblogs_count?: number

Defined in: types.ts:140


replies_count?

readonly optional replies_count?: number

Defined in: types.ts:139


sensitive?

readonly optional sensitive?: boolean

Defined in: types.ts:128


spoiler_text?

readonly optional spoiler_text?: string

Defined in: types.ts:129


uri?

readonly optional uri?: string

Defined in: types.ts:122


url?

readonly optional url?: string | null

Defined in: types.ts:123


visibility?

readonly optional visibility?: string

Defined in: types.ts:127