mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Add message length limit field to API response
This commit is contained in:
parent
40f537ea00
commit
d135b3f6f5
@ -86,6 +86,9 @@ namespace osu.Game.Online.Chat
|
||||
[JsonProperty(@"last_read_id")]
|
||||
public long? LastReadId;
|
||||
|
||||
[JsonProperty(@"message_length_limit")]
|
||||
public int MessageLengthLimit;
|
||||
|
||||
/// <summary>
|
||||
/// Signals if the current user joined this channel or not. Defaults to false.
|
||||
/// Note that this does not guarantee a join has completed. Check Id > 0 for confirmation.
|
||||
|
Loading…
Reference in New Issue
Block a user