tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
128 stars 77 forks source link

Roster results showing User class instead of Group class #122

Closed sapiosaurus closed 5 years ago

sapiosaurus commented 5 years ago

Hi, this is a new one. With no code changes, apparently the RosterResponse is returning groups as a User() class with no member attributes. Is this a new kik change?

tomer8007 commented 5 years ago

Hmm. the code that decides whether a peer is a group or a user is here. Can you maybe post the raw response you get to the FetchRosterRequest?