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

    Class UserActiveCharmsListMessage

    A message for requesting user's active charms subscriptions.

    Inheritance
    System.Object
    UserActiveCharmsListMessage
    Implements
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    [ResponseType(typeof(UserCharmsListResponse))]
    public class UserActiveCharmsListMessage : IWolfMessage
    Remarks

    Uses UserCharmsListResponse as response type.

    Constructors

    | Improve this Doc View Source

    UserActiveCharmsListMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected UserActiveCharmsListMessage()
    | Improve this Doc View Source

    UserActiveCharmsListMessage(UInt32)

    Creates a message instance.

    Declaration
    public UserActiveCharmsListMessage(uint userID)
    Parameters
    Type Name Description
    System.UInt32 userID

    ID of the user to get active charms of.

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

    | 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)