pub const POWER_LEVEL_MIN: i64 = _; // -9_007_199_254_740_991i64
The minimum power level that can be set, according to the Matrix specification.
This is the same value as MIN_SAFE_INT from the js_int crate.
MIN_SAFE_INT
js_int