get Last Timeline Events
open override fun getLastTimelineEvents(roomId: RoomId, decryptionTimeout: Duration, fetchTimeout: Duration, limitPerFetch: Long, minSize: Long?, maxSize: Long?): Flow<Flow<Flow<TimelineEvent>>?>
Returns the last timeline events as flow.
To convert it to a flow of list, toFlowList can be used.