Table of Contents

Class IntimacyProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

提供用于修改 IIntimacy 的属性。

public class IntimacyProperties
Inheritance
IntimacyProperties
Inherited Members

Properties

ImageId

获取或设置要设置到此亲密度的形象图像的 ID。

public uint? ImageId { get; set; }

Property Value

uint?

Remarks

如果此值为 null,则不会修改此亲密度的形象图像。

Score

获取或设置要设置到此亲密度的分数。

public int? Score { get; set; }

Property Value

int?

Remarks

如果此值为 null,则不会修改此亲密度的分数。

See Also

SocialInfo

获取或设置要设置到此亲密度的社交信息。

public string? SocialInfo { get; set; }

Property Value

string

Remarks

社交信息是展示给用户的文本块。
如果此值为 null,则不会修改此亲密度的社交信息。

See Also