UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

8 lines (7 loc) 177 B
import { IAttachment } from './IAttachment'; export interface IAuthor { name?: string; url?: string; icon_url?: string | IAttachment; proxy_icon_url?: string; }