Class InteractiveEmoteRollResult
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个互动表情的随机结果。
public record InteractiveEmoteRollResult : IEquatable<InteractiveEmoteRollResult>
- Inheritance
-
InteractiveEmoteRollResult
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Image
获取随机结果对应的图像资源名称。
public string Image { get; }
Property Value
Remarks
要获取完整的资源 URL,请使用扩展方法 GetResourceUrl(InteractiveEmoteRollResult)。
RawValue
获取随机结果的原始数值。
public int RawValue { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.