Class EntitiesSubscribeResponse
Wolf server's response for SubscribeToGroupMessage and SubscribeToGroupTipsMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class EntitiesSubscribeResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceEntitiesSubscribeResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected EntitiesSubscribeResponse()
Properties
| Improve this Doc View SourceResults
Dictionary of IDs of entities that were attempted to subscribe, and the status code whether the subscribing was a success.
Declaration
[JsonProperty("body")]
[JsonConverter(typeof(KeyAndValueDictionaryConverter<uint, HttpStatusCode>), new object[]{"code"})]
public IReadOnlyDictionary<uint, HttpStatusCode> Results { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<UInt32, HttpStatusCode> |