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

    Class GroupStatisticsMessage

    A message for requesting user's group statistics.

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

    Uses GroupStatisticsResponse as response type.

    Constructors

    | Improve this Doc View Source

    GroupStatisticsMessage()

    Creates a message instance.

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

    GroupStatisticsMessage(UInt32)

    Creates a message instance.

    Declaration
    public GroupStatisticsMessage(uint groupID)
    Parameters
    Type Name Description
    System.UInt32 groupID

    ID of the group to get 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 GroupStats.

    | Improve this Doc View Source

    GroupID

    ID of the group.

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

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)