pub fn conversation_id(
public_keys: Vec<String>,
) -> Result<String, SoftchatError>Expand description
Compute the released-Android conversation ID from complete participants.
ยงErrors
Returns a stable account-operation error unless there are at least two unique canonical public keys.