You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
388 B
YAML
14 lines
388 B
YAML
3 years ago
|
RoomObject:
|
||
|
type: object
|
||
|
properties:
|
||
|
owner:
|
||
|
type: number
|
||
|
description: the uid of the chat room owner (usually the user who created the room initially)
|
||
|
roomId:
|
||
|
type: string
|
||
|
description: unique identifier for the chat room
|
||
|
roomName:
|
||
|
type: string
|
||
|
groupChat:
|
||
|
type: boolean
|
||
|
description: whether the chat room is a group chat or not
|