Interface IPresence
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个通用的用户实时状态。
public interface IPresence
Properties
ActiveClient
获取此用于当前登录的客户端类型。
ClientType? ActiveClient { get; }
Property Value
IsOnline
获取此用户当前是否在线。
bool? IsOnline { get; }
Property Value
- bool?