Add message length limit field to API response

This commit is contained in:
Bartłomiej Dach 2023-07-09 21:27:33 +02:00
parent 40f537ea00
commit d135b3f6f5
No known key found for this signature in database

View File

@ -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.