AddedMemberToGroup

Interface representing an event where a member is added to a group.

Functions

Link copied to clipboard
abstract fun addedMember(): User
Gets the user added to the group.
Link copied to clipboard
open fun create(groupId: GroupId, addedMember: User): AddedMemberToGroup
Factory method to create an instance of AddedMemberToGroup.
Link copied to clipboard
abstract fun groupId(): GroupId
Gets the ID of the group.