Information on the bounds of a power level change a user can apply. View Source models/PowerLevelBounds.ts, line 4 Members Type: boolean # canModify Whether or not the user can even modify the power level of the user. This will be false if the user can't send power level events, or the user is unobtainably high in power. View Source models/PowerLevelBounds.ts, line 8 Type: number # maximumPossibleLevel The maximum possible power level the user can set on the target user. View Source models/PowerLevelBounds.ts, line 15