messages

@JvmName(name = "listMessagesResponseMessageOutput")
fun Flow<ListMessagesResponse>.messages(): Flow<MessageOutput>

This paginator transforms the flow returned by listMessagesPaginated to access the nested member MessageOutput

Return

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