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