Occurs when a member is set as an admin.
Occurs when the administrative privileges of an admin are removed.
Occurs when all group members are muted or unmuted.
Occurs when one or more group members are added to the allow list.
Occurs when one or more group members are removed from the allow list.
Occurs when the group announcement is updated.
Occurs when the group invitation is accepted automatically by the current user.
For example, after user B invites user A to join the group, as user A sets ChatOptions.autoAcceptGroupInvitation to true
, the invitee joins the group automatically and receives this callback.
Occurs when a group is destroyed.
Occurs when the chat group detail change. All chat group members receive this event.
The chat group.
Occurs when a group invitation from the current user is accepted by the peer user.
For example, after user B accepts a group invitation from user A, user A receives this callback.
Occurs when a group invitation from the current user is declined by the peer user.
For example, after user B declines a group invitation from user A, user A receives this callback.
Occurs when the current user receives a group invitation.
For example, after user B sends user A a group invitation, user A receives this callback.
Occurs when a custom attribute(s) of a group member is/are changed.
Occurs when a member voluntarily leaves the group.
Occurs when a user joins a group.
Occurs when the current user is removed from the group.
Occurs when one or more members are added to the mute list of the group.
A user, when muted, can still see group messages, but cannot send messages in the group. However, a user on the block list can neither see nor send group messages.
Occurs when one or more members are removed from the mute list of the group.
Occurs when the group ownership is transferred.
Occurs when a join request from the current user is accepted by the peer user.
For a group of the PublicJoinNeedApproval
style, after user B accepts a join request from user A, user A receives this callback.
Occurs when a join request from the current user is declined by the peer user.
For example, for a group of the PublicJoinNeedApproval
style, after user B declines a join request from user A, user A receives this callback.
Occurs when a join request from the current user is received by the peer user.
For example, after user A sends a join request to user B, user B receives this callback.
Occurs when a shared file is added to the group.
Occurs when a shared file is removed from a group.
Occurs when the disabled state of group changes.
The chat group.
Generated using TypeDoc
export notify