Future<int> getMaxMessageSeq(String channelID, int channelType) { return MessageDB.shared.getMaxMessageSeq(channelID, channelType); }