Module: SimpleXChat::GroupMemberRole
- Defined in:
- lib/simplex-chat/types.rb
Constant Summary collapse
- AUTHOR =
reserved and unused as of now, but added anyways
'author'
- OWNER =
'owner'
- ADMIN =
'admin'
- MEMBER =
'member'
- OBSERVER =
'observer'