getAllMessages

suspend fun getAllMessages(from: String?): List<Message>

Retrieves all chat messages for the specified user.

Return

A list of chat messages.

Parameters

from

The username of the user.