Skip to main content

UserSetProfileEvent

UserSetProfileEvent = object

Event payload emitted when a user updates any part of their profile (picture, description, banner, or status). Contains all current profile fields, not just the one that changed.

Properties

bannerAssetUri?

optional bannerAssetUri: string

The asset URI of the user's profile banner image. Optional.


description?

optional description: string

The user's profile description. Optional.


profilePictureAssetUri

profilePictureAssetUri: string

The asset URI of the user's current profile picture.


userDefinedStatus?

optional userDefinedStatus: string

The user's custom status text. Optional.


userId

userId: UserGuid

The unique identifier of the user whose profile changed.


username

username: string

The user's current username.