Table of Contents

Interface IFriendRequest

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的好友请求。

public interface IFriendRequest : IEntity<ulong>
Inherited Members

Properties

User

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

IUser User { get; }

Property Value

IUser

Methods

AcceptAsync(RequestOptions?)

接受此好友请求。

Task AcceptAsync(RequestOptions? options = null)

Parameters

options RequestOptions

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

Returns

Task

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

DeclineAsync(RequestOptions?)

拒绝此好友请求。

Task DeclineAsync(RequestOptions? options = null)

Parameters

options RequestOptions

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

Returns

Task

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