Class GroupMemberPrivilegedDeleteEvent
Event when a group member has been stripped off their privileges.
Inheritance
System.Object
GroupMemberPrivilegedDeleteEvent
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class GroupMemberPrivilegedDeleteEvent : IGroupMemberPrivilegedEvent, IWolfMessage
Constructors
| Improve this Doc View SourceGroupMemberPrivilegedDeleteEvent()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupMemberPrivilegedDeleteEvent()
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to GroupMemberPrivilegedDelete.
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 |
Explicit Interface Implementations
| Improve this Doc View SourceIGroupMemberPrivilegedEvent.Capabilities
Declaration
WolfGroupCapabilities IGroupMemberPrivilegedEvent.Capabilities { get; }
Returns
Type | Description |
---|---|
WolfGroupCapabilities |