vksdk / vk-sdk-kotlin

Unofficial VK SDK, written in Kotlin: make bots, use the API
https://vksdk.github.io/vk-sdk-kotlin
MIT License
70 stars 16 forks source link

Group#setOnlineStatus implemented #13

Closed ghost closed 4 years ago

ghost commented 4 years ago

I've added setOnlineStatus method on group object and fixed some of the typos in code (like 'occured' instead of 'occurred')

Also fixed that awful Regex syntax - [] are character capturing group, not token. You should use () for capturing tokens like https://vk.com

CommanderTvis commented 4 years ago

@petersamokhin What is the reason for closing this PR?

petersamokhin commented 4 years ago

@scpketer @CommanderTvis it’s closed automatically, because I used the force push to master. The old version of the library is now archived and available only here: https://github.com/vksdk/vk-sdk-kotlin/tree/old-vk-bot-java-sdk See the new version, it’s written from scratch.