getLastTimelineEvents
open override fun getLastTimelineEvents(roomId: RoomId, config: GetTimelineEventsConfig.() -> Unit): Flow<Flow<Flow<TimelineEvent>>?>
Returns the last timeline events as flow.
To convert it to a flow of list, flattenValues can be used.