Table of Contents

Class RestReaction

Namespace
Kook.Rest
Assembly
Kook.Net.Rest.dll

表示一个基于 REST 的回应。

public class RestReaction : IReaction
Inheritance
RestReaction
Implements
Inherited Members

Properties

Count

获取添加或跟随此回应的用户数量。

public int Count { get; }

Property Value

int

Emote

获取此回应所使用的表情符号。

public IEmote Emote { get; }

Property Value

IEmote

Me

获取当前用户是否添加或跟随了此回应。

public bool Me { get; }

Property Value

bool