Table of Contents

Property Emojis

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Emojis

Gets a dictionary of application emojis that this client has. The dictionary's key is the emoji ID.

public override IReadOnlyDictionary<ulong, DiscordApplicationEmoji> Emojis { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordApplicationEmoji>