3132333435363738394041
} @SuppressWarnings("unchecked") public List<Update> getUpdates() { try { return (List<Update>) system.query(new GetUpdates()); } catch (Exception e) { e.printStackTrace(); } return new ArrayList<Update>(); }