mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
11 lines
189 B
Go
11 lines
189 B
Go
package api
|
|
|
|
type PerformUserReceiptUpdateRequest struct {
|
|
RoomID string
|
|
ReceiptType string
|
|
EventID string
|
|
UserID string
|
|
}
|
|
|
|
type PerformUserReceiptUpdateResponse struct{}
|