Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GuildEmoji<T>

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

animated

animated: boolean | null

Whether this emoji is animated.

since

0.0.1

available

available: boolean

Whether or not this emoji can be used, may be false due to loss of Server Boosts.

since

0.0.1

Readonly client

client: T

deleted

deleted: boolean = false

Whether the integration is deleted.

since

0.0.1

Readonly guild

guild: Guild

The guild this emoji is from.

since

0.0.1

Readonly id

id: string

The emoji's ID.

since

0.0.1

managed

managed: boolean | null

Whether or not this emoji is managed.

since

0.0.1

name

name: string | null

The emoji's name (null only in reaction emoji objects).

since

0.0.1

requireColons

requireColons: boolean | null

Whether or not this emoji must be wrapped in colons.

since

0.0.1

roleIDs

roleIDs: string[]

The roles this emoji is whitelisted to.

since

0.0.1

userID

userID: string | null

User that created this emoji.

since

0.0.1

Accessors

createdAt

  • get createdAt(): Date

createdTimestamp

  • get createdTimestamp(): number

identifier

  • get identifier(): string

Methods

Protected _patch

  • _patch(data: APIEmojiData): this

clone

  • clone(): this

delete

  • delete(requestOptions?: RequestOptions): Promise<this>

toJSON

  • toJSON(): Record<string, any>

toString

  • toString(): string

valueOf

  • valueOf(): string

Generated using TypeDoc