signaller/internal/models/createroom/Response.go

7 lines
163 B
Go
Raw Normal View History

package createroom
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
2019-08-29 16:05:40 +00:00
type Response struct {
RoomID string `json:"room_id"`
}