Class UserUpdateEvent
Event when a user profile updates.
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class UserUpdateEvent : IWolfMessage
Constructors
| Improve this Doc View SourceUserUpdateEvent()
Creates a message instance.
Declaration
[JsonConstructor]
protected UserUpdateEvent()
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to SubscriberUpdate.
Hash
Entity state hash.
Declaration
[JsonProperty("hash")]
public string Hash { get; }
Property Value
Type | Description |
---|---|
String |
UserID
ID of the user.
Declaration
[JsonProperty("id")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |