2019-07-19 15:52:03 +00:00
|
|
|
package createroom
|
|
|
|
|
2019-07-21 09:43:14 +00:00
|
|
|
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
|
2019-08-29 16:05:40 +00:00
|
|
|
type Response struct {
|
2019-07-19 15:52:03 +00:00
|
|
|
RoomID string `json:"room_id"`
|
|
|
|
}
|