Auties00 / Cobalt

Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin
MIT License
661 stars 188 forks source link

Can you provide a test case about the quoted message is image? #285

Closed xianliu18 closed 1 year ago

xianliu18 commented 1 year ago

Hi Autie: I use web api, send a text with image quoted message, after that, I see in offcial whatsapp application, only show the text, the quoted message not show, I don't know why?

method: Whatsapp.java --> public CompletableFuture sendMessage(@NonNull ContactJidProvider chat, @NonNull String message, @NonNull MessageMetadataProvider quotedMessage)

I supply quotedMessageId, quotedMessageSenderJid, quotedMessageChatJid.

xianliu18 commented 1 year ago

I use web api, send a text with text, there is no problem.

Auties00 commented 1 year ago

tracking in https://github.com/Auties00/Whatsapp4j/issues/275, this is a bug