mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Add receipt struct
This commit is contained in:
parent
1a597284a8
commit
38de251d9f
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue