UNPKG

@ly-nld/dishook

Version:

Simple Discord Webhook Wrapper

10 lines (9 loc) 169 B
export interface IAttachment { filename: string; id: string; size: number; url: string; proxy_url: string; height?: number; width: number; }