messages

@JvmName(name = "listMessagesResponseMessage")
fun Flow<ListMessagesResponse>.messages(): Flow<Message>

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

Return

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