Constant POWER_LEVEL_MIN

Source
pub const POWER_LEVEL_MIN: i64 = _; // -9_007_199_254_740_991i64
Expand description

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.