isGroupChatJid function

bool isGroupChatJid(
  1. Jid jid
)

Implementation

bool isGroupChatJid(Jid jid) {
  return jid.domain.contains("muc.");
}