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
Cooldown
获取用户使用此 POKE 后的冷却时间。
TimeSpan Cooldown { get; }
Property Value
Description
获取 POKE 的描述。
string Description { get; }
Property Value
Icon
获取此 POKE 的图标资源。
PokeIcon Icon { get; }
Property Value
Label
获取此 POKE 的标签。
PokeLabel Label { get; }
Property Value
MessageScenarios
获取此 POKE 如何在消息上下文中使用和显示。
IReadOnlyDictionary<string, string> MessageScenarios { get; }
Property Value
Name
获取 POKE 的名称。
string Name { get; }
Property Value
Quality
获取此 POKE 的品质。
PokeQuality Quality { get; }
Property Value
Resource
获取此 POKE 的资源。
IPokeResource Resource { get; }