Table of Contents

Interface IPresence

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的用户实时状态。

public interface IPresence

Properties

ActiveClient

获取此用于当前登录的客户端类型。

ClientType? ActiveClient { get; }

Property Value

ClientType?

IsOnline

获取此用户当前是否在线。

bool? IsOnline { get; }

Property Value

bool?