The content definition for m.room.power_levels events
Members
object
# events Optional
A map of event types to the power level required to send them.
Properties:
Name | Type | Description |
---|---|---|
eventType: |
number
|
string |
object
# notifications Optional
Power levels required to send certain kinds of notifications.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
room |
number
|
<optional> |
The power level required to send "@room" notifications. Default 50. |
number
# redact Optional
The power level required to redact other people's events in the room. Default 50.
number
# state_default Optional
The power level required to send state events in the room. Default 50.
object
# users Optional
A map of user IDs to power levels.
Properties:
Name | Type | Description |
---|---|---|
userId: |
number
|
string |