The ID of the party that will be updated. This can be retrieved with Models.PartyID.
readonly UInt64 SenderId[Get]
The id of the Models.User who initiated the action that this party update status notification is in reference to. This is equivalent to User::ID for this user.
readonly string UpdateTimestamp[Get]
A timestamp denoting when the party action occurred that this status update notification refers to.
readonly string UserAlias[Get]
The alias of the Models.User whose party status has changed. This is an alias that is set by the user.
readonly UInt64 UserId[Get]
The ID of the user, User::ID, whose party status has changed. This is a unique value for every Models.User.
readonly string UserName[Get]
The displayable name of the Models.User whose party status has changed. This is equivalent to User::DisplayName for this user.