Table of Contents

Class PresenceUpdateGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll
public class PresenceUpdateGatewayData
Inheritance
object
PresenceUpdateGatewayData

Constructors

PresenceUpdateGatewayData(Status, UserCustomStatusJson?)

public PresenceUpdateGatewayData(Status status, UserCustomStatusJson? custom)

Parameters

status Status
custom UserCustomStatusJson

Properties

CustomStatus

[JsonProperty("custom_status")]
public UserCustomStatusJson? CustomStatus { get; set; }

Property Value

UserCustomStatusJson

Status

[JsonProperty("status")]
public string Status { get; set; }

Property Value

string