trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
PowerLevelsEventContent
/
PowerLevelsEventContent
Power
Levels
Event
Content
constructor
(
ban
:
Int
=
50
,
events
:
Map
<
EventType
,
Int
>
=
emptyMap()
,
eventsDefault
:
Int
=
0
,
invite
:
Int
=
0
,
kick
:
Int
=
50
,
redact
:
Int
=
50
,
stateDefault
:
Int
=
50
,
users
:
Map
<
UserId
,
Int
>
=
emptyMap()
,
usersDefault
:
Int
=
0
,
notifications
:
PowerLevelsEventContent.Notifications
?
=
null
)