about summary refs log tree commit diff
path: root/LibMatrix/MessagesResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/MessagesResponse.cs')
-rw-r--r--LibMatrix/MessagesResponse.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibMatrix/MessagesResponse.cs b/LibMatrix/MessagesResponse.cs

index 526da74..97a6c78 100644 --- a/LibMatrix/MessagesResponse.cs +++ b/LibMatrix/MessagesResponse.cs
@@ -10,8 +10,8 @@ public class MessagesResponse { public string? End { get; set; } [JsonPropertyName("chunk")] - public List<StateEventResponse> Chunk { get; set; } = new(); + public List<LegacyMatrixEventResponse> Chunk { get; set; } = new(); [JsonPropertyName("state")] - public List<StateEventResponse> State { get; set; } = new(); + public List<LegacyMatrixEventResponse> State { get; set; } = new(); } \ No newline at end of file