Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.05k stars 490 forks source link

Change icon client #587

Closed danielspk closed 3 years ago

danielspk commented 3 years ago

Hello, is it possible to change the client icon? Chrome Example:

image

SetClientName() only allows to change the short/long name and the version.

Thanks.

danielspk commented 3 years ago

I have been trying to assign in shortName the texts "chrome", "firefox" and "opera" and in all cases the icon of the web browser is assigned automatically. Does anyone know of other valid options?

globalmac commented 3 years ago
whatsapp.NewConnWithOptions

Use whatsapp.NewConnWithOptions with params

danielspk commented 3 years ago

Thanks @globalmac

So far the possible values for the shortclientName that I tested - and change the icon - are: Chrome, Opera, Firefox, Edge, electron

Does anyone know any more?