UserCreatedEvent
data class UserCreatedEvent(val username: String, val email: String? = null, val description: String? = null, val profilePicture: String? = null) : UserEvent
User created event.
Parameters
username
The username of the user.
description
The description of the user.
profilePicture
The profile picture url of the user.