Greetings,
I am writing a client on Python, and found these issues:
- When "update a chat room" endpoint used, if optional parameters are not specified explicitly, they are reset to default. But, in contrast, "update user" endpoint works better. If parameter not given, or value is None, then old value used.
- No shared groups functionality
- No delayed lockouts support
I'm not an expert in Java, and will be happy if you pay attention to these defects, and add them to your TODO
Thank you for your work!