edbrik
edbrik
hi. in the class DatabaseManagerImpl change all methods with delcare the PreparedStatement instance without final, and close and set null after use `` ``` public boolean updateUser(@NotNull User user) {...
any example for these??
hi. thank you very much, one question more. for send xlsx (MS Excel) and pdf files i try use the `TLInputMediaUploadedDocument `but doest work. ``` TLAbsInputMedia _media = new TLInputMediaUploadedDocument...
Hi . The first time I uploaded an image worked fine but when I try again it does not send anything. i change the code for `request.setRandomId(rnd.nextLong());` to `request.setRandomId(Math.round(Math.random()));`
Works great, thank you very much for the support!!
hi amin1softco one question please. How to know if the file was sent successfully?
Thanks for your support :D