Closed xianliu18 closed 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.
I use web api, send a text with text, there is no problem.
tracking in https://github.com/Auties00/Whatsapp4j/issues/275, this is a bug
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.