UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

8 lines (7 loc) 169 B
import { IAttachment } from './IAttachment'; export interface IImage { url: string | IAttachment; proxy_url?: string; height?: number; width?: number; }