Enum GroupActionType
Group action type.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public enum GroupActionType
Fields
| Name | Description |
|---|---|
| Admin | User was admined the group. |
| Ban | User was banned from the group. |
| Kick | User was kicked from the group. |
| Mod | User was modded the group. |
| OwnerChanged | User was set as group owner. |
| Reset | User was reset in the group. |
| Silence | User was silenced in the group. |
| UserJoined | User joined the group. |
| UserLeft | User left the group. |