Group Message History — IQ stanza format for adding participants with history sharing? #1213
Unanswered
dahux-net
asked this question in
WhatsApp protocol Q&A
Replies: 1 comment
|
Bumping this with a small update: whatsmeow is now at v0.0.0-20260529101937 and the Group Message History trigger still isn't in the high-level API — UpdateGroupParticipants only accepts add/remove/promote/demote. To summarize what I've confirmed so far:
Is the history-sharing trigger a separate IQ/mechanism entirely (e.g. a dedicated stanza or protobuf payload sent after the add), or does the official client set a group-level attribute first? If anyone has captured the stanza the official app sends when adding a member with "Share 25 messages," that's exactly what I need. Related: discussion #502 (chat history), issue #654 (requesting historical messages) — neither covers this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
WhatsApp launched Group Message History in February 2026: when adding a participant, admins can share recent messages with the new member.
I'm trying to implement this in my whatsmeow-based bridge. I've found the relevant protobufs in whatsmeow already:
But I can't find the trigger mechanism, the correct IQ stanza format for requesting history when adding participants.
I've tried adding attributes to the IQ node:
This hangs, and WhatsApp server never responds.
Also tried history as a child node:
Same result.
Is the history sharing triggered via a different mechanism entirely (separate IQ, protobuf payload, group-level setting)? What's the correct stanza format?
All reactions