Interface IGroupMemberPrivilegedEvent
Represents a WOLF protocol event that signals group privileges updates.
Inherited Members
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public interface IGroupMemberPrivilegedEvent : IWolfMessage
Remarks
Internally used for caching.
Properties
| Improve this Doc View SourceCapabilities
Updated member's permissions.
Declaration
WolfGroupCapabilities Capabilities { get; }
Property Value
Type | Description |
---|---|
WolfGroupCapabilities |
GroupID
ID of the group.
Declaration
uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
UserID
Updated member's ID.
Declaration
uint UserID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |