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

    Class CharmStatisticsMessage

    A message for requesting user's charms statistics.

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

    Uses CharmStatisticsResponse as response type.

    Constructors

    | Improve this Doc View Source

    CharmStatisticsMessage()

    Creates a message instance.

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

    CharmStatisticsMessage(UInt32)

    Creates a message instance.

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

    ID of user to request charms statistics 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 CharmSubscriberStatistics.

    | Improve this Doc View Source

    UserID

    ID of user of requested charms statistics.

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

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)