create_aPrivateRoomUnderGroup: Create a room under group

Description Usage Arguments Examples

View source: R/chatroom.R

Description

Create a room under group

Usage

1
2
3
4
5
6
create_aPrivateRoomUnderGroup(
  groupId,
  name,
  topic = "",
  securityType = "PRIVATE"
)

Arguments

groupId

A character of groupId

name

A character determing the prefix of room name attached by its sha1 10-digit code

topic

A character, default=""

securityType

A character, default="PRIVATE". The other option is "PUBLIC"

Examples

1
none.

tpemartin/gitterhub documentation built on Feb. 14, 2022, 8:18 a.m.