Add back basic API support for channel/message retrieval.

This commit is contained in:
Dean Herbert
2016-09-27 18:31:36 +09:00
parent cd57661aa2
commit 28045b7136
11 changed files with 174 additions and 27 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Online.Chat
internal string Content;
[JsonProperty(@"sender")]
internal string User;
internal User User;
[JsonConstructor]
public Message()