Skip to main content

InternalChannelThreadMetadata

@discordeno/botDocs


Documentation / @discordeno/bot / InternalChannelThreadMetadata

Interface: InternalChannelThreadMetadata

Internal

This is for internal purposes only, and subject to breaking changes

Properties

archiveTimestamp

archiveTimestamp: number

Timestamp when the thread's archive status was last changed, used for calculating recent activity

Defined in

packages/bot/src/transformers/types.ts:489


autoArchiveDuration

autoArchiveDuration: 60 | 1440 | 4320 | 10080

Duration in minutes to automatically archive the thread after recent activity

Defined in

packages/bot/src/transformers/types.ts:493


createTimestamp?

optional createTimestamp: number

Timestamp when the thread was created; only populated for threads created after 2022-01-09

Defined in

packages/bot/src/transformers/types.ts:491