pub type Snowflake = String;
All entity IDs in the Fluxer API are snowflake strings.
pub struct Snowflake { /* private fields */ }