Where is the data stored, for example in the line of code below?
User user = Context.getPermissionsManager().getUser(userId);
user.getString("telegramChatId");
Where is the 'telegramChatId' parameter saved? Because I want to create another parameter 'WaGwPhone'.
Where is the data stored, for example in the line of code below?
User user = Context.getPermissionsManager().getUser(userId); user.getString("telegramChatId");
Where is the 'telegramChatId' parameter saved? Because I want to create another parameter 'WaGwPhone'.