Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class GroupMemberPrivilegedDeleteEvent

    Event when a group member has been stripped off their privileges.

    Inheritance
    System.Object
    GroupMemberPrivilegedDeleteEvent
    Implements
    IGroupMemberPrivilegedEvent
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class GroupMemberPrivilegedDeleteEvent : IGroupMemberPrivilegedEvent, IWolfMessage

    Constructors

    | Improve this Doc View Source

    GroupMemberPrivilegedDeleteEvent()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected GroupMemberPrivilegedDeleteEvent()

    Properties

    | Improve this Doc View Source

    EventName

    Message event name.

    Declaration
    [JsonIgnore]
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to GroupMemberPrivilegedDelete.

    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    [JsonProperty("groupId")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    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 Source

    IGroupMemberPrivilegedEvent.Capabilities

    Declaration
    WolfGroupCapabilities IGroupMemberPrivilegedEvent.Capabilities { get; }
    Returns
    Type Description
    WolfGroupCapabilities

    Implements

    IGroupMemberPrivilegedEvent
    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)