Table of Contents

Class IntimacyProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

Properties that are used to modify an IIntimacy with the specified changes.

public class IntimacyProperties
Inheritance
IntimacyProperties
Inherited Members

Properties

ImageId

The ID of the image to be updated on the IIntimacy.

public uint? ImageId { get; set; }

Property Value

uint?

Score

The score to be set on the IIntimacy.

public int Score { get; set; }

Property Value

int

SocialInfo

The social information to be set on the IIntimacy.

public string SocialInfo { get; set; }

Property Value

string

See Also