Class RestIntimacyRelation
表示一个基于 REST 的亲密关系。
public class RestIntimacyRelation : RestEntity<ulong>, IIntimacyRelation, IEntity<ulong>
- Inheritance
-
RestIntimacyRelation
- Implements
- Inherited Members
Properties
CreatedAt
获取此亲密关系的创建时间。
public DateTimeOffset CreatedAt { get; }
Property Value
RelationType
获取此亲密关系的关系类型。
public IntimacyRelationType RelationType { get; }
Property Value
User
获取发送此好友请求的用户。
public IUser User { get; }
Property Value
Methods
UnravelAsync(bool, RequestOptions?)
解除此亲密关系。
public Task UnravelAsync(bool removeFriend = false, RequestOptions? options = null)
Parameters
removeFriend
bool是否同时解除好友关系。
options
RequestOptions发送请求时要使用的选项。
Returns
- Task
一个表示异步解除操作的任务。