Table of Contents

Class Presence

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Presence : Entity, IPresence
Inheritance
object
Presence
Implements

Properties

Activities

public List<Activity>? Activities { get; }

Property Value

List<Activity>

ClientStatus

public ClientStatus? ClientStatus { get; }

Property Value

ClientStatus

GuildId

public ulong? GuildId { get; }

Property Value

ulong?

Status

public string Status { get; }

Property Value

string

UserId

public ulong UserId { get; }

Property Value

ulong

Methods

Create(FluxerBaseClient, PresenceJson)

Create a Presence object from json.

public static Presence Create(FluxerBaseClient client, PresenceJson json)

Parameters

client FluxerBaseClient
json PresenceJson

Returns

Presence