Table of Contents

Interface IRecommendInfo

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic recommendation information.

public interface IRecommendInfo

Properties

AuditStatus

TODO: To be documented.

int AuditStatus { get; }

Property Value

int

Banner

Gets the banner URL of the recommended guild.

string Banner { get; }

Property Value

string

A string representing the banner URL of the recommended guild.

BoostLevel

Gets the boost level of the recommended guild.

BoostLevel BoostLevel { get; }

Property Value

BoostLevel

A BoostLevel representing the boost level of the recommended guild.

Certifications

Gets the certifications of the recommended guild.

IReadOnlyCollection<GuildCertification>? Certifications { get; }

Property Value

IReadOnlyCollection<GuildCertification>

CustomId

TODO: To be documented.

string CustomId { get; }

Property Value

string

DaysBeforeModify

Gets the number of days need to be waited before the recommendation information can be modified again.

int DaysBeforeModify { get; }

Property Value

int

An int representing the number of days need to be waited before the recommendation information can be modified again.

DefaultChannelId

Gets the default channel ID of the recommended guild.

ulong DefaultChannelId { get; }

Property Value

ulong

A ulong representing the default channel ID of the recommended guild.

Description

Gets the description of the recommended guild.

string Description { get; }

Property Value

string

A string representing the description of the recommended guild.

Features

Gets the features of the recommended guild.

GuildFeatures Features { get; }

Property Value

GuildFeatures

GuildId

Gets the ID of the recommended guild.

ulong GuildId { get; }

Property Value

ulong

A ulong representing the ID of the recommended guild.

Icon

Gets the icon URL of the recommended guild.

string Icon { get; }

Property Value

string

A string representing the icon URL of the recommended guild.

IsOfficialPartner

Gets whether the recommended guild is an official partner.

bool IsOfficialPartner { get; }

Property Value

bool

A bool representing whether the recommended guild is an official partner.

Name

Gets the name of the recommended guild.

string Name { get; }

Property Value

string

A string representing the name of the recommended guild.

OpenId

Gets the open ID for the recommended guild.

uint? OpenId { get; }

Property Value

uint?

Sort

TODO: To be documented.

int Sort { get; }

Property Value

int

Status

Gets the status of the recommended guild.

int Status { get; }

Property Value

int

A int representing the status of the recommended guild.

Tag

Gets the tag of the recommended guild.

string Tag { get; }

Property Value

string

A string representing the tag of the recommended guild.