RoomType enum
Home > @cbnsndwch/zrocket-contracts > RoomType
RoomType enum
Room type enumeration
Signature:
declare enum RoomTypeEnumeration Members
Member
Value
Description
DirectMessages
"d"
A direct messages room
PrivateGroup
"p"
A private group room
PublicChannel
"c"
A public group (nee: channel) room
How was this page?