GDB4J
GDB4J
Hi, I'm using version 0.0.10 (java 21) And trying to send a image message to a contact my code: ```java var chat = whatsAppApi.store() .findChatByName("contactname") .orElseThrow(() -> new NoSuchElementException("Chat does...
Related discussion / request https://github.com/Auties00/Cobalt/discussions/661
Hi, I couldn't find my past issue anymore, perhaps accidentally removed/archived So posting it again, below: Since Thursday September 4, 2025, i'm unable to send messages to group contacts. However...
I'm trying to send a message with a 'EphemeralExpiration' However to do so, you need to check the chat for 'ephemeralMessageDuration' ``` if(chat.ephemeralMessageDuration() != null && !chat.ephemeralMessageDuration().name().equalsIgnoreCase("OFF")) { if(chat.ephemeralMessageDuration().period().getSeconds() >...