Table of Contents

Interface IIntimacyRelation

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的用户之间的亲密关系。

public interface IIntimacyRelation : IEntity<ulong>
Inherited Members

Properties

CreatedAt

获取此亲密关系的创建时间。

DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

RelationType

获取此亲密关系的关系类型。

IntimacyRelationType RelationType { get; }

Property Value

IntimacyRelationType

User

获取发送此好友请求的用户。

IUser User { get; }

Property Value

IUser

Methods

UnravelAsync(bool, RequestOptions?)

解除此亲密关系。

Task UnravelAsync(bool removeFriend = false, RequestOptions? options = null)

Parameters

removeFriend bool

是否同时解除好友关系。

options RequestOptions

发送请求时要使用的选项。

Returns

Task

一个表示异步解除操作的任务。