mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
feat(MessageAttachment): add spoiler getter (#3713)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -797,6 +797,7 @@ declare module 'discord.js' {
|
||||
public id: Snowflake;
|
||||
public message: Message;
|
||||
public proxyURL: string;
|
||||
public readonly spoiler: boolean;
|
||||
public url: string;
|
||||
public width: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user