Table of Contents

Class RestIntimacyRelation

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

表示一个基于 REST 的亲密关系。

public class RestIntimacyRelation : RestEntity<ulong>, IIntimacyRelation, IEntity<ulong>
Inheritance
RestIntimacyRelation
Implements
Inherited Members

Properties

CreatedAt

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

public DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

RelationType

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

public IntimacyRelationType RelationType { get; }

Property Value

IntimacyRelationType

User

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

public IUser User { get; }

Property Value

IUser

Methods

UnravelAsync(bool, RequestOptions?)

解除此亲密关系。

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

Parameters

removeFriend bool

是否同时解除好友关系。

options RequestOptions

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

Returns

Task

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