Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.06k stars 492 forks source link

Getting user story #158

Open balkan opened 5 years ago

balkan commented 5 years ago

First of all thanks for great library.

My question is, is it possible to get user stories? I did not see any function that does that, is it easy to implement, like profile thumb?

Ased2235 commented 4 years ago

I don't think it's possible for now as https://web.whatsapp.com itself doesn't have that feature

houstondapaz commented 4 years ago

@Ased2235 it's possible in whatsapp web now, but is not implemented in this library. @balkan feel free for create a PR

sthales commented 4 years ago

Stories are just normal messages sent from status@broadcast, like a group message where the "sender" is in the field "senderjid". I think you can get them using the same method used to get messages from users/groups.

Ased2235 commented 4 years ago

@Ased2235 it's possible in whatsapp web now, but is not implemented in this library. @balkan feel free for create a PR

Oh Ye I think i saw that. P.S I know it's unrelated but can you help me submit PR, i added monitoring as asked in #162 but I'm new to using github. Thanks in advance