findChatById

fun findChatById(identifier: String): Chat?

Find a cached Chat that was identified by the stanzaId.

Return

the chat instance with the given identifier if found, or null otherwise

Parameters

identifier

the identifier to search for.