Skip to content

ActivityPlug API / @activityplug/core / SchedulePostInput

Interface: SchedulePostInput

Defined in: packages/core/src/adapters/client-types.ts:766

Extends

Properties

content

readonly content: string

Defined in: packages/core/src/adapters/client-types.ts:537

Inherited from

CreatePostInput.content


mediaIds?

readonly optional mediaIds?: readonly string[]

Defined in: packages/core/src/adapters/client-types.ts:543

Inherited from

CreatePostInput.mediaIds


poll?

readonly optional poll?: PollCreateInput

Defined in: packages/core/src/adapters/client-types.ts:544

Inherited from

CreatePostInput.poll


quoteOfId?

readonly optional quoteOfId?: string

Defined in: packages/core/src/adapters/client-types.ts:542

Inherited from

CreatePostInput.quoteOfId


replyToId?

readonly optional replyToId?: string

Defined in: packages/core/src/adapters/client-types.ts:541

Inherited from

CreatePostInput.replyToId


scheduledAt

readonly scheduledAt: string

Defined in: packages/core/src/adapters/client-types.ts:767


sensitive?

readonly optional sensitive?: boolean

Defined in: packages/core/src/adapters/client-types.ts:539

Inherited from

CreatePostInput.sensitive


session

readonly session: AuthSession

Defined in: packages/core/src/adapters/client-types.ts:536

Inherited from

CreatePostInput.session


summary?

readonly optional summary?: string

Defined in: packages/core/src/adapters/client-types.ts:540

Inherited from

CreatePostInput.summary


visibility?

readonly optional visibility?: PostVisibilityInput

Defined in: packages/core/src/adapters/client-types.ts:538

Inherited from

CreatePostInput.visibility