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

    Class UserUpdateEvent

    Event when a user profile updates.

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

    Constructors

    | Improve this Doc View Source

    UserUpdateEvent()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected UserUpdateEvent()

    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 SubscriberUpdate.

    | Improve this Doc View Source

    Hash

    Entity state hash.

    Declaration
    [JsonProperty("hash")]
    public string Hash { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserID

    ID of the user.

    Declaration
    [JsonProperty("id")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)