Table of Contents

Class RolledInteractiveEmote

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个包含结果的互动表情符号。

public class RolledInteractiveEmote : InteractiveEmote, IEmote, IEntity<string>
Inheritance
RolledInteractiveEmote
Implements
Inherited Members
Extension Methods

Properties

ResultCount

获取此互动表情符号的结果数量。

public int ResultCount { get; }

Property Value

int

Rolls

获取此互动表情符号的随机结果集合。

public IReadOnlyCollection<InteractiveEmoteRollResult> Rolls { get; }

Property Value

IReadOnlyCollection<InteractiveEmoteRollResult>