mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
feat(MessageReaction): backport animated, client, created*, and url (#3711)
This commit is contained in:
7
typings/index.d.ts
vendored
7
typings/index.d.ts
vendored
@@ -1027,11 +1027,16 @@ declare module 'discord.js' {
|
||||
}
|
||||
|
||||
export class ReactionEmoji {
|
||||
constructor(reaction: MessageReaction, name: string, id: string);
|
||||
constructor(reaction: MessageReaction, emoji: object);
|
||||
public animated: boolean;
|
||||
public readonly client: Client;
|
||||
public readonly createdAt: number | null;
|
||||
public readonly createdTimestamp: number | null;
|
||||
public id: Snowflake;
|
||||
public readonly identifier: string;
|
||||
public name: string;
|
||||
public reaction: MessageReaction;
|
||||
public readonly url: string | null;
|
||||
public toString(): string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user