We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At https://osu.ppy.sh/docs/index.html#join-channel
Documented parameter channel should be integer type as their id, but I got string type and was mislead.
channel
Documented response was a ChatChannel object, but I got this: {'error': null}. Is it a bug or just mis-documentation?
{'error': null}
Same on https://osu.ppy.sh/docs/index.html#leave-channel and https://osu.ppy.sh/docs/index.html#get-channel. I can't even get channel id from name.
The text was updated successfully, but these errors were encountered:
notbakaneko
Successfully merging a pull request may close this issue.
At https://osu.ppy.sh/docs/index.html#join-channel
Documented parameter
channel
should be integer type as their id, but I got string type and was mislead.Documented response was a ChatChannel object, but I got this:
{'error': null}
. Is it a bug or just mis-documentation?Same on https://osu.ppy.sh/docs/index.html#leave-channel and https://osu.ppy.sh/docs/index.html#get-channel. I can't even get channel id from name.
The text was updated successfully, but these errors were encountered: