Class GroupUpdateEvent
An event when group profile changed.
Inheritance
System.Object
GroupUpdateEvent
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class GroupUpdateEvent : IWolfMessage
Constructors
| Improve this Doc View SourceGroupUpdateEvent()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupUpdateEvent()
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to GroupUpdate.
GroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Hash
Entity state hash.
Declaration
[JsonProperty("hash")]
public string Hash { get; }
Property Value
Type | Description |
---|---|
System.String |