Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GroupModifyInfo

Index

Properties

allowInvites?: boolean

Whether to allow group members to invite others to join the group.

approval?: boolean

Whether a user requires the approval from the group owner or admin to join the group. -true: Yes; -false: No.

description?: string

The description of a group.

ext?: string

Group detail extensions.

inviteNeedConfirm?: boolean

Whether the invitee needs to accept the invitation before joining the group.

  • true: The invitee's consent is required. The default value is true.
  • false: The invitee will be directly added to the group without confirmation.
lastModified?: number

Last Modified Timestamp.

maxUsers?: number

The maximum number of group members

name?: string

The name of a group.

public?: boolean

Whether it is a public group. -true: Yes; -false: No. Public group: the group that others can query by calling listgroups.

Generated using TypeDoc