mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-05 10:11:02 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
package createroom
|
|
|
|
// https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
|
|
type Reply struct {
|
|
RoomID string `json:"room_id"`
|
|
}
|