isGroup method

bool isGroup ()

群组和聊天室类型都会返回true

Implementation

bool isGroup() {
  return EMConversationType.GroupChat == type;
}