channels

@JvmName(name = "listChannelsResponseChannelData")
fun Flow<ListChannelsResponse>.channels(): Flow<ChannelData>

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

Return

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