UserCreatedEvent

constructor(username: String, email: String? = null, description: String? = null, profilePicture: String? = null)

Parameters

username

The username of the user.

description

The description of the user.

profilePicture

The profile picture url of the user.