isTeamType method

bool isTeamType()

Implementation

bool isTeamType() {
  return type == SystemMessageType.applyJoinTeam ||
      type == SystemMessageType.rejectTeamApply ||
      type == SystemMessageType.teamInvite ||
      type == SystemMessageType.declineTeamInvite;
}