Hi Rhymen, please provide function to set user agent such as browser like this : _Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:74.0) Gecko/20100101 Firefox/74.0_
thanks in advance
I think you are trying to set a client name instead of an user agent.
func (wac *Conn) SetClientName(long, short string) error
Icons will show up automatically if they are recognized by whatsapp.
For example if you use wac.SetClientName("Firefox", "Firefox") your users will see a Firefox icon.
Thanks neca, sorry for my ignorance on api docs. thanks for help
Most helpful comment
I think you are trying to set a client name instead of an user agent.
func (wac *Conn) SetClientName(long, short string) errorIcons will show up automatically if they are recognized by whatsapp.
For example if you use
wac.SetClientName("Firefox", "Firefox")your users will see a Firefox icon.