Interface: DeconstructedSnowflake
@sapphire/snowflake.DeconstructedSnowflake
Object returned by Snowflake#deconstruct
Properties
epoch
• epoch: bigint
The epoch to use in the snowflake
Defined in
id
• id: bigint
The id in BigInt form
Defined in
increment
• increment: bigint
The increment stored in the snowflake
Defined in
processId
• processId: bigint
The process id stored in the snowflake
Defined in
timestamp
• timestamp: bigint
The timestamp stored in the snowflake
Defined in
workerId
• workerId: bigint
The worker id stored in the snowflake