Class TipSummaryResponse
Represents a response for message tips summary request.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class TipSummaryResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceTipSummaryResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected TipSummaryResponse()
Properties
| Improve this Doc View SourceTips
Dictionary, where key is message ID and value is a list of tips the message has received.
Declaration
[JsonProperty("body")]
[JsonConverter(typeof(KeyAndValueDictionaryConverter<WolfTimestamp, IEnumerable<WolfTip>>), new object[]{"body.charmList"})]
public IReadOnlyDictionary<WolfTimestamp, IEnumerable<WolfTip>> Tips { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<WolfTimestamp, IEnumerable<WolfTip>> |