Class TipDetailsResponse
Represents a response for message tips details request.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class TipDetailsResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceTipDetailsResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected TipDetailsResponse()
Properties
| Improve this Doc View SourceEtag
Tag for the response.
Declaration
[JsonProperty("etag")]
public string Etag { get; }
Property Value
Type | Description |
---|---|
String |
Timestamp
ID (timestamp) of the message.
Declaration
[JsonProperty("id")]
public WolfTimestamp Timestamp { get; }
Property Value
Type | Description |
---|---|
WolfTimestamp |
Tips
Details on message tips.
Declaration
[JsonProperty("list")]
public IEnumerable<WolfTip> Tips { get; }
Property Value
Type | Description |
---|---|
IEnumerable<WolfTip> |
Version
Version of the tip. (?)
Declaration
[JsonProperty("version")]
public int Version { get; }
Property Value
Type | Description |
---|---|
Int32 |