mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
11 lines
182 B
Go
11 lines
182 B
Go
package api
|
|
|
|
type PerformUserReceiptUpdate struct {
|
|
RoomID string
|
|
ReceiptType string
|
|
EventID string
|
|
UserID string
|
|
}
|
|
|
|
type PerformUserReceiptUpdateResponse struct{}
|