Skip to main content

CommunityLeaveEvent

CommunityLeaveEvent = object

Event data emitted when a user leaves the community.

Properties

communityId

communityId: CommunityGuid

The unique identifier of the community the user left.


leaveReason

leaveReason: CommunityLeaveReason

A CommunityLeaveReason value indicating why the user left.


userId

userId: UserGuid

The unique identifier of the user who left.