Push Events
data class PushEvents(val matchedEvents: List<Pair<Event, PushRule>>, val roomsJoined: Collection<String>, val roomsLeft: Collection<String>, val redactedEventIds: List<String>)
Constructors
Link copied to clipboard
constructor(matchedEvents: List<Pair<Event, PushRule>>, roomsJoined: Collection<String>, roomsLeft: Collection<String>, redactedEventIds: List<String>)