Class InteractiveEmote
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个互动表情符号。
public class InteractiveEmote : Emote, IEmote, IEntity<string>
- Inheritance
-
InteractiveEmote
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
DynamicImage
获取此互动表情符号在显示随机结果前显示的动画资源名称。
public string? DynamicImage { get; }
Property Value
Remarks
如果此动态表情符号不是从 KOOK API 或网关生成的,则此属性为 null。
要获取完整的资源 URL,请使用扩展方法 GetDynamicResourceUrl(InteractiveEmote)。
InteractiveEmoteType
获取此互动表情符号的类型。
public InteractiveEmoteType InteractiveEmoteType { get; }