mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -06:00
Add receipt struct
This commit is contained in:
parent
1a597284a8
commit
38de251d9f
|
|
@ -176,3 +176,12 @@ type RoomInfo struct {
|
||||||
StateSnapshotNID StateSnapshotNID
|
StateSnapshotNID StateSnapshotNID
|
||||||
IsStub bool
|
IsStub bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Receipt struct {
|
||||||
|
ID int
|
||||||
|
RoomID string
|
||||||
|
Type string
|
||||||
|
UserID string
|
||||||
|
EventID string
|
||||||
|
TS int
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue