Class GroupStatisticsMessage
A message for requesting user's group statistics.
Implements
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 SourceGroupStatisticsMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupStatisticsMessage()
GroupStatisticsMessage(UInt32)
Creates a message instance.
Declaration
public GroupStatisticsMessage(uint groupID)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | groupID | ID of the group to get statistics of. |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to GroupStats.
GroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
UInt32 |