signaller/internal/models/createroom/Response.go
2019-08-29 21:05:40 +05:00

7 lines
163 B
Go

package createroom
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
type Response struct {
RoomID string `json:"room_id"`
}