Add receipt struct

This commit is contained in:
Till Faelligen 2020-10-13 17:33:26 +02:00
parent 1a597284a8
commit 38de251d9f

View file

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