Type alias APIWebhookEmbedMediaData

APIWebhookEmbedMediaData: {
    height: string | null;
    proxyURL: string | null;
    url: string;
    width: string | null;
}

Type declaration

  • height: string | null
  • proxyURL: string | null
  • url: string
  • width: string | null

Generated using TypeDoc