Closed nalakawula closed 2 years ago
what is group's metadata query? can you explain more detail about this
I mean a function to get group's metadata (e.g group's id, groups's name, etc).
PS. I'm not sure if whatsmeow already cover that function or not.
oh i see, this feature available in whatsmeow but not implemented yet here, probably i'll add this metadata in user/my/groups endpoint
That sounds great, thanks @aldinokemal !
actually the API for current URL (/user/my/groups) has provided group ID in this PR I just display it in frontend https://github.com/aldinokemal/go-whatsapp-web-multidevice/pull/10
To send a message to a group we need group's ID. In my opinion, it is a good idea to add group's metadata query functionality.
Thanks