UNPKG

@vermaysha/discord-webhook

Version:

Discord Webhook built using TypeScript which supports Browser and Node

6 lines (5 loc) 86 B
export interface IVideo { url: string; height?: number; width?: number; }