getTimelineEvent

open override fun getTimelineEvent(eventId: EventId, roomId: RoomId, decryptionTimeout: Duration, fetchTimeout: Duration, limitPerFetch: Long): Flow<TimelineEvent?>

Parameters

coroutineScope

The CoroutineScope is used to fetch and/or decrypt the TimelineEvent and to determine, how long the TimelineEvent should be hold in cache.