getMessagesFrom
abstract suspend fun getMessagesFrom(contact: String, limit: Int? = null, includeFiltered: Boolean = true, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<ERROR CLASS: Symbol not found for Message>>(source)
Returns a reactive flow of messages for a conversation.
Parameters
contact
The conversation identifier.
limit
Optional maximum number of messages to return.
includeFiltered
Whether to include messages that were marked as filtered.
getNode
Callback to fetch node info for message sender attribution.