Open kagadar opened 10 months ago
Fixes #1394
Change all fields which are of type snowflake in the Discord API to this new type.
snowflake
The Snowflake type will unmarshal all string values (some special identifiers, such as @me are used), and any valid uint64.
@me
NOTE: Examples are currently broken by this change, but will be fixed after discussion about the core change.
Fixes #1394
Change all fields which are of type
snowflake
in the Discord API to this new type.The Snowflake type will unmarshal all string values (some special identifiers, such as
@me
are used), and any valid uint64.NOTE: Examples are currently broken by this change, but will be fixed after discussion about the core change.