value property

int value
final

The value of this snowflake.

While this is stored in a signed int, Discord treats this as an unsigned value.

Implementation

final int value;