mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-05 10:11:02 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package createroom
|
|
|
|
type CreateRoomReply struct {
|
|
RoomID string `json:"room_id"`
|
|
}
|