discord_gleam/discord/snowflake

Snowflakes is discord’s type for unique identifiers.
They are 64-bit unsigned integers, represented as strings.
See https://discord.com/developers/docs/reference#snowflakes

Types

pub type Snowflake =
  String

Values

pub fn decoder() -> Decoder(String)
Search Document