API reference
API reference
Select your platform
No SDKs available
No versions available

PartyUpdateNotification Class

The notification about updating a party status information to a participating user. PartyNotifications are intended to update the user on various actions that are occurring in the user's party. This is primarily used in {'party_update': 'Message::MessageType::Notification_Party_PartyUpdate'}.

Fields

An enum that specifies the type of action related to the party and user that this notification holds. It can be retrieved by using PartyUpdateNotification::Action.PartyUpdateAction.Join: The user is going to join the party.PartyUpdateAction.Leave: The user is going to leave the party.PartyUpdateAction.Invite: The user is invited to the party.PartyUpdateAction.Uninvite: The user is uninvited from the party.
The ID of the party that will be updated. This can be retrieved with PartyID.
The id of the User who initiated the action that this party update status notification is in reference to. This is equivalent to User::ID for this user.
A timestamp denoting when the party action occurred that this status update notification refers to.
The alias of the User whose party status has changed. This is an alias that is set by the user.
The ID of the user, User::ID, whose party status has changed. This is a unique value for every User.
The displayable name of the User whose party status has changed. This is equivalent to User::DisplayName for this user.

Member Functions

PartyUpdateNotification
( IntPtr o )
Did you find this page helpful?