Andrey
Results
23
comments of
Andrey
hi you see exemple https://github.com/rubenlagus/TelegramApi/issues/46
hi. i can help you. you see example https://github.com/rubenlagus/TelegramApi/issues/46
hi, you see my example ``` IKernelComm kernelComm = kernel.getKernelComm(); final IUser user = databaseManager.getUserById(kernelComm.getCurrentUserId()); if (user != null) { kernelComm.sendMessage(user, message); } kernelComm.sendMessage(user, message); ```