Class RestFriendRequest
表示一个基于 REST 的好友请求。
public class RestFriendRequest : RestEntity<ulong>, IFriendRequest, IEntity<ulong>
- Inheritance
-
RestFriendRequest
- Implements
- Inherited Members
Properties
User
获取发送此好友请求的用户。
public IUser User { get; }
Property Value
Methods
AcceptAsync(RequestOptions?)
接受此好友请求。
public Task AcceptAsync(RequestOptions? options = null)
Parameters
options
RequestOptions发送请求时要使用的选项。
Returns
- Task
一个表示异步接受操作的任务。
DeclineAsync(RequestOptions?)
拒绝此好友请求。
public Task DeclineAsync(RequestOptions? options = null)
Parameters
options
RequestOptions发送请求时要使用的选项。
Returns
- Task
一个表示异步拒绝操作的任务。