logo
pub type SyncRoomPowerLevelsEvent = SyncStateEvent<RoomPowerLevelsEventContent>;
Available on crate feature events only.
Expand description

An m.room.power_levels event from a sync_events response.

Implementations

Obtain the effective power levels, regardless of whether this event is redacted.