A recent change on whatsmeow is breaking the build of this module.
The signature of GetProfilePictureInfo has changed:
./profile.go:53:64: too many arguments in call to handler.client.GetProfilePictureInfo
have (types.JID, bool, string)
want (types.JID, *whatsmeow.GetProfilePictureParams)
A recent change on whatsmeow is breaking the build of this module.
The signature of
GetProfilePictureInfo
has changed:A PR is on its way.