channels

@JvmName(name = "listChannelsResponseChannelSummary")
fun Flow<ListChannelsResponse>.channels(): Flow<ChannelSummary>

This paginator transforms the flow returned by listChannelsPaginated to access the nested member ChannelSummary

Return

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