Class OnlineStateUpdateResponse
Wolf server's response for OnlineStateUpdateMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class OnlineStateUpdateResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceOnlineStateUpdateResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected OnlineStateUpdateResponse()
Properties
| Improve this Doc View SourceOnlineState
New online state.
Declaration
[JsonProperty("state")]
[JsonConverter(typeof(ValueOrPropertyConverter), new object[]{"state"})]
public WolfOnlineState OnlineState { get; }
Property Value
Type | Description |
---|---|
WolfOnlineState |