Class GatewaySession
Fluxer entity with client attached.
public class GatewaySession : Entity, IGatewaySession
- Inheritance
-
objectGatewaySession
- Implements
Properties
IsAfk
public bool IsAfk { get; }
Property Value
IsMobile
public bool IsMobile { get; }
Property Value
SessionId
public string SessionId { get; }
Property Value
Status
public string Status { get; }
Property Value
Methods
Create(FluxerBaseClient, GatewaySessionJson)
Create a AuthSession object from json.
public static GatewaySession Create(FluxerBaseClient client, GatewaySessionJson json)
Parameters
clientFluxerBaseClientjsonGatewaySessionJson