feat(RichEmbed): add length getter (#3057)

This commit is contained in:
SpaceEEC
2019-02-12 10:11:44 +01:00
committed by GitHub
parent a2a0c05102
commit 890b1be714
2 changed files with 16 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -1015,6 +1015,7 @@ declare module 'discord.js' {
public files?: Array<Attachment | string | FileOptions>;
public footer?: { text?: string; icon_url?: string; };
public image?: { url: string; proxy_url?: string; height?: number; width?: number; };
public readonly length: number;
public thumbnail?: { url: string; height?: number; width?: number; };
public timestamp?: Date;
public title?: string;