Class IdentifyGatewayData
- Namespace
- Fluxer.Net.Gateway
- Assembly
- Fluxer.Net.dll
public class IdentifyGatewayData
- Inheritance
-
object
IdentifyGatewayData
Constructors
IdentifyGatewayData(string)
public IdentifyGatewayData(string token)
Parameters
token string
Properties
IgnoredGatewayEvents
[JsonProperty("ignored_events")]
public List<string> IgnoredGatewayEvents { get; set; }
Property Value
- List<string>
Presence
[JsonProperty("presence")]
public PresenceUpdateGatewayData? Presence { get; set; }
Property Value
- PresenceUpdateGatewayData
Properties
[JsonProperty("properties")]
public Dictionary<string, string> Properties { get; set; }
Property Value
- Dictionary<string, string>
Token
[JsonProperty("token")]
public string Token { get; set; }
Property Value
- string