tomer8007 / kik-bot-api-unofficial

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

Add category_id field for Kik Groups #258

Closed bluemods closed 4 months ago

bluemods commented 4 months ago

Add support for recognizing when a group is placed into a category, used for the upcoming category search feature. This feature isn't officially released yet, so if they for some reason change the name from 'category-id' I will update this. category_id is specified as an int32 in protobuf docs (which aren't part of this repo yet)