UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

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