A message sent to the Ribbon to create a custom room. The Ribbon will respond with a joinroom
message confirming that the room has been created and the user has joined it.
- (object):
- (integer)
id
: The id of this message. - (string)
command
: Always"createroom"
. - (string)
data
: Always either"private"
or"public"
.
- (integer)