public interface DatabaseManager
| Modifier and Type | Method and Description |
|---|---|
@Nullable Chat |
getChatById(int chatId) |
@NotNull Map<Integer,int[]> |
getDifferencesData() |
@Nullable IUser |
getUserById(int userId) |
boolean |
updateDifferencesData(int botId,
int pts,
int date,
int seq) |
Copyright © 2016. All rights reserved.