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