General improvements to chat querying and logic organisation.

This commit is contained in:
Dean Herbert
2016-10-07 22:51:10 +09:00
parent 965cd6539f
commit 3067c890ce
6 changed files with 173 additions and 65 deletions

View File

@ -12,10 +12,10 @@ namespace osu.Game.Online.Chat
public long Id;
[JsonProperty(@"user_id")]
public string UserId;
public int UserId;
[JsonProperty(@"channel_id")]
public string ChannelId;
public int ChannelId;
[JsonProperty(@"timestamp")]
public DateTime Timestamp;