get Timeline Event
open override fun getTimelineEvent(eventId: EventId, roomId: RoomId, decryptionTimeout: Duration, fetchTimeout: Duration, limitPerFetch: Long): Flow<TimelineEvent?>
Parameters
coroutine Scope
The CoroutineScope is used to fetch and/or decrypt the TimelineEvent and to determine, how long the TimelineEvent should be hold in cache.