Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ChatGroupStyle

export enum type

Index

Enumeration Members

PrivateMemberCanInvite: 1

Private groups where each group member can invite users to join.

PrivateOnlyOwnerInvite: 0

Private groups where only the group owner or admins can invite users to join.

PublicJoinNeedApproval: 2

Public groups where users can join only after an invitation is received from the group owner(admin) or the join request is accepted by the group owner(admin).

PublicOpenJoin: 3

Public groups where users can join freely, without the approval of the group owner or admins.

Generated using TypeDoc