Struct ReactionMetadata
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个关于消息回应的元数据。
public struct ReactionMetadata
- Inherited Members
Properties
IsMe
获取当前用户是否已对此消息做出回应。
public readonly bool IsMe { get; }
Property Value
ReactionCount
获取此消息中已添加此回应的人数。
public readonly int ReactionCount { get; }