dico.model.snowflake module

class dico.model.snowflake.Snowflake(snowflake)

Bases: object

TYPING

alias of Union[int, str, Snowflake]

property timestamp
property increment
property wid
property pid
property id
classmethod optional(snowflake)
classmethod ensure_snowflake(target)