Skip to main content

ArchiveAllArgs

type ArchiveAllArgs = {
channelIds?: number[];
olderThan?: Date;
since?: Date;
until?: Date;
workspaceId: number;
};

Properties

channelIds?

optional channelIds: number[];

olderThan?

optional olderThan: Date;

since?

optional since: Date;

Deprecated

Not supported by the archive_all endpoint — this value is ignored.


until?

optional until: Date;

Deprecated

Use olderThan instead.


workspaceId

workspaceId: number;