Constant fractal::session::model::room::permissions::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.