mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08: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")]
|
[JsonProperty(@"last_read_id")]
|
||||||
public long? LastReadId;
|
public long? LastReadId;
|
||||||
|
|
||||||
|
[JsonProperty(@"message_length_limit")]
|
||||||
|
public int MessageLengthLimit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Signals if the current user joined this channel or not. Defaults to false.
|
/// 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.
|
/// Note that this does not guarantee a join has completed. Check Id > 0 for confirmation.
|
||||||
|
Loading…
Reference in New Issue
Block a user