aboutsummaryrefslogtreecommitdiff
path: root/mxlib/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'mxlib/api.go')
-rw-r--r--mxlib/api.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/mxlib/api.go b/mxlib/api.go
index 84c125b..de5b424 100644
--- a/mxlib/api.go
+++ b/mxlib/api.go
@@ -81,10 +81,6 @@ type RoomJoinResponse struct {
RoomId string `json:"room_id"`
}
-type RoomSendMessageRequest struct {
- MsgType string `json:"msgtype"`
- Body string `json:"body"`
-}
type RoomSendResponse struct {
EventId string `json:"event_id"`
}