Table of Contents

Struct ReactionMetadata

Namespace
Kook
Assembly
Kook.Net.Core.dll

A metadata containing reaction information.

public struct ReactionMetadata
Inherited Members

Properties

IsMe

Gets a value that indicates whether the current user has reacted to this.

public readonly bool IsMe { get; }

Property Value

bool

true if the user has reacted to the message; otherwise false.

ReactionCount

Gets the number of reactions.

public readonly int ReactionCount { get; }

Property Value

int

An int representing the number of this reactions that has been added to this message.