Rhymen / go-whatsapp

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

Is device name changeable? #557

Closed KevinZonda closed 3 years ago

KevinZonda commented 3 years ago

Screenshot_20210511-233532_WhatsApp

as the screenshot displayd, can it be changed to another name?

hrizal commented 3 years ago

Yes you can 😀

Pada tanggal Rab, 12 Mei 2021 05.36, 0x867C7D44 @.***> menulis:

[image: Screenshot_20210511-233532_WhatsApp] https://user-images.githubusercontent.com/33132228/117893051-98f3c480-b2b1-11eb-9ef7-82f845320b2f.jpg

as the screenshot displayd, can it be changed to another name?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Rhymen/go-whatsapp/issues/557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJQY2H5JQCM7HERU6PKW7LTNGWPVANCNFSM44XEXWVQ .

KevinZonda commented 3 years ago

Yes you can Pada tanggal Rab, 12 Mei 2021 05.36, 0x867C7D44 @.***> menulis: … [image: Screenshot_20210511-233532_WhatsApp] https://user-images.githubusercontent.com/33132228/117893051-98f3c480-b2b1-11eb-9ef7-82f845320b2f.jpg as the screenshot displayd, can it be changed to another name? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#557>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJQY2H5JQCM7HERU6PKW7LTNGWPVANCNFSM44XEXWVQ .

Oops, is there any demo to do so? I tried read the docs but found nothing :O

hrizal commented 3 years ago

check LoginWithOption

you can change ShortClientName or LongClientName as you want

KevinZonda commented 3 years ago

check LoginWithOption

you can change ShortClientName or LongClientName as you want

Gotcha, cheers!