bots

@JvmName(name = "listBotsResponseBot")
fun Flow<ListBotsResponse>.bots(): Flow<Bot>

This paginator transforms the flow returned by listBotsPaginated to access the nested member Bot

Return

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