Skip to content

ActivityPlug API / @activityplug/core / MuteAccountInput

Interface: MuteAccountInput

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

Extends

Properties

accountId

readonly accountId: string

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

Inherited from

RelationshipInput.accountId


durationSeconds?

readonly optional durationSeconds?: number

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


notifications?

readonly optional notifications?: boolean

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


session

readonly session: AuthSession

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

Inherited from

RelationshipInput.session