about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/EventIdResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Core/EventIdResponse.cs')
-rw-r--r--MatrixRoomUtils.Core/EventIdResponse.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MatrixRoomUtils.Core/EventIdResponse.cs b/MatrixRoomUtils.Core/EventIdResponse.cs
deleted file mode 100644

index 77dc7f8..0000000 --- a/MatrixRoomUtils.Core/EventIdResponse.cs +++ /dev/null
@@ -1,8 +0,0 @@ -using System.Text.Json.Serialization; - -namespace MatrixRoomUtils.Core; - -public class EventIdResponse { - [JsonPropertyName("event_id")] - public string EventId { get; set; } = null!; -} \ No newline at end of file