mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add back basic API support for channel/message retrieval.
This commit is contained in:
@ -24,7 +24,7 @@ namespace osu.Game.Online.Chat
|
||||
internal string Content;
|
||||
|
||||
[JsonProperty(@"sender")]
|
||||
internal string User;
|
||||
internal User User;
|
||||
|
||||
[JsonConstructor]
|
||||
public Message()
|
||||
|
Reference in New Issue
Block a user