Constant fractal::session::model::room::permissions::POWER_LEVEL_MAX
source ยท pub const POWER_LEVEL_MAX: i64 = 0x001F_FFFF_FFFF_FFFF;
Expand description
The maximum power level that can be set, according to the Matrix specification.
This is the same value as MAX_SAFE_INT
from the js_int
crate.