Table of Contents

Interface IPoke

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的 POKE。

public interface IPoke : IEntity<uint>
Inherited Members

Properties

Categories

获取此 POKE 的分类。

IReadOnlyCollection<string> Categories { get; }

Property Value

IReadOnlyCollection<string>

Cooldown

获取用户使用此 POKE 后的冷却时间。

TimeSpan Cooldown { get; }

Property Value

TimeSpan

Description

获取 POKE 的描述。

string Description { get; }

Property Value

string

Icon

获取此 POKE 的图标资源。

PokeIcon Icon { get; }

Property Value

PokeIcon

Label

获取此 POKE 的标签。

PokeLabel Label { get; }

Property Value

PokeLabel

MessageScenarios

获取此 POKE 如何在消息上下文中使用和显示。

IReadOnlyDictionary<string, string> MessageScenarios { get; }

Property Value

IReadOnlyDictionary<string, string>

Name

获取 POKE 的名称。

string Name { get; }

Property Value

string

Quality

获取此 POKE 的品质。

PokeQuality Quality { get; }

Property Value

PokeQuality

Resource

获取此 POKE 的资源。

IPokeResource Resource { get; }

Property Value

IPokeResource