Class GroupMemberPrivilegedAddEvent
Event when a group member has been updated.
Inheritance
System.Object
GroupMemberPrivilegedAddEvent
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class GroupMemberPrivilegedAddEvent : IGroupMemberPrivilegedEvent, IWolfMessage
Constructors
| Improve this Doc View SourceGroupMemberPrivilegedAddEvent()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupMemberPrivilegedAddEvent()
Properties
| Improve this Doc View SourceCapabilities
Updated member's permissions.
Declaration
[JsonProperty("capabilities", NullValueHandling = NullValueHandling.Ignore)]
public WolfGroupCapabilities Capabilities { get; }
Property Value
Type | Description |
---|---|
WolfGroupCapabilities |
EventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to GroupMemberPrivilegedAdd.
GroupID
ID of the group.
Declaration
[JsonProperty("groupId")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
UserID
Updated member's ID.
Declaration
[JsonProperty("subscriberId", NullValueHandling = NullValueHandling.Ignore)]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |