Table of Contents

Class GuildEmote

Namespace
Kook
Assembly
Kook.Net.Core.dll

An image-based emote that is attached to a guild.

public class GuildEmote : Emote, IEmote, IEntity<string>
Inheritance
GuildEmote
Implements
Inherited Members

Properties

CreatorId

Gets the user who created this emote.

public ulong? CreatorId { get; }

Property Value

ulong?

An ulong representing the user who created this emote; null if unknown.

GuildId

The ID of the guild this emote is attached to.

public ulong GuildId { get; }

Property Value

ulong

A ulong that identifies the guild this emote is attached to.

Methods

ToString()

Gets the raw representation of the emote.

public override string ToString()

Returns

string

A string representing the raw presentation of the emote.