eventSummaries

@JvmName(name = "listTimelineEventsResponseEventSummary")
fun Flow<ListTimelineEventsResponse>.eventSummaries(): Flow<EventSummary>

This paginator transforms the flow returned by listTimelineEventsPaginated to access the nested member EventSummary

Return

A kotlinx.coroutines.flow.Flow that can collect EventSummary