Table of Contents

Class RestIntimacyRelationRequest

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

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

public class RestIntimacyRelationRequest : RestFriendRequest, IIntimacyRelationRequest, IFriendRequest, IEntity<ulong>
Inheritance
RestIntimacyRelationRequest
Implements
Inherited Members

Properties

IntimacyType

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

public IntimacyRelationType? IntimacyType { get; }

Property Value

IntimacyRelationType?

Methods

AcceptAsync(RequestOptions?)

接受此好友请求。

public override Task AcceptAsync(RequestOptions? options = null)

Parameters

options RequestOptions

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

Returns

Task

一个表示异步接受操作的任务。

DeclineAsync(RequestOptions?)

拒绝此好友请求。

public override Task DeclineAsync(RequestOptions? options = null)

Parameters

options RequestOptions

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

Returns

Task

一个表示异步拒绝操作的任务。