eventsAfter property

List<MatrixEvent>? eventsAfter
getter/setter pair

A list of room events that happened just after the requested event, in chronological order.

Implementation

List<MatrixEvent>? eventsAfter;