Table of Contents

Interface IPresence

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents the user's presence status. This may include their online status and their activity.

public interface IPresence

Properties

ActiveClient

Gets the type of the client where this user is currently active.

ClientType? ActiveClient { get; }

Property Value

ClientType?

IsOnline

Gets the current status of this user.

bool? IsOnline { get; }

Property Value

bool?