Table of Contents

Interface IRecommendInfo

Namespace
Kook
Assembly
Kook.Net.Core.dll

获取一个通用的推荐信息。

public interface IRecommendInfo

Properties

AuditStatus

TODO: To be documented.

int AuditStatus { get; }

Property Value

int

Banner

获取推荐服务器的横幅图像的 URL。

string Banner { get; }

Property Value

string

BoostLevel

获取推荐服务器的服务器助力等级。

BoostLevel BoostLevel { get; }

Property Value

BoostLevel

Certifications

获取推荐服务器的所有认证。

IReadOnlyCollection<GuildCertification>? Certifications { get; }

Property Value

IReadOnlyCollection<GuildCertification>

CustomId

获取推荐服务器的自定义 ID。

string CustomId { get; }

Property Value

string

Remarks

自定义 ID 可能是一个自定义字符串,也可能是服务器靓号 ID,当无自定义 ID 时为空字符串。

DaysBeforeModify

获取推荐服务器要等待多少天才能再次修改推荐信息。

int DaysBeforeModify { get; }

Property Value

int

DefaultChannelId

获取推荐服务器的默认文字频道 ID。

ulong DefaultChannelId { get; }

Property Value

ulong

Description

获取推荐服务器的介绍。

string Description { get; }

Property Value

string

Features

获取推荐服务器的特性。

GuildFeatures Features { get; }

Property Value

GuildFeatures

GuildId

获取推荐服务器的 ID。

ulong GuildId { get; }

Property Value

ulong

Icon

获取推荐服务器的图标 URL。

string Icon { get; }

Property Value

string

IsOfficialPartner

获取推荐服务器是否是官方合作伙伴。

bool IsOfficialPartner { get; }

Property Value

bool

Name

获取推荐服务器的名称。

string Name { get; }

Property Value

string

OpenId

获取推荐服务器的公开 ID。

uint? OpenId { get; }

Property Value

uint?

Sort

TODO: To be documented.

int Sort { get; }

Property Value

int

Status

获取推荐服务器的状态。

int Status { get; }

Property Value

int

Tag

获取推荐服务器的标签。

string Tag { get; }

Property Value

string