Table of Contents

Interface IEmote

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a general container for any type of emote in a message.

public interface IEmote : IEntity<string>
Inherited Members

Properties

Name

Gets the display name or Unicode representation of this emote.

string Name { get; }

Property Value

string

A string representing the display name or the Unicode representation (e.g. 🤔) of this emote.