Table of Contents

Class RestPresence

Namespace
Kook.Rest
Assembly
Kook.Net.Rest.dll

表示一个基于 REST 的当前登录的用户信息。

public class RestPresence : IPresence
Inheritance
RestPresence
Implements
Inherited Members

Properties

ActiveClient

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

public ClientType? ActiveClient { get; }

Property Value

ClientType?

IsOnline

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

public bool? IsOnline { get; }

Property Value

bool?