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

    Class UserExpiredCharmsListMessage

    A message for requesting user's expired charms subscriptions.

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

    Uses UserCharmsListResponse as response type.

    Constructors

    | Improve this Doc View Source

    UserExpiredCharmsListMessage()

    Creates a message instance.

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

    UserExpiredCharmsListMessage(UInt32)

    Creates a message instance.

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

    ID of the user to get expired 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 CharmSubscriberExpiredList.

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