diff --git a/roomserver/types/types.go b/roomserver/types/types.go index c0fcef65e..93fe17906 100644 --- a/roomserver/types/types.go +++ b/roomserver/types/types.go @@ -176,3 +176,12 @@ type RoomInfo struct { StateSnapshotNID StateSnapshotNID IsStub bool } + +type Receipt struct { + ID int + RoomID string + Type string + UserID string + EventID string + TS int +}