Type alias PartialWebhookMessageOptions

PartialWebhookMessageOptions: {
    avatar_url: string;
    username: string;
}

Type declaration

  • avatar_url: string
  • username: string

Generated using TypeDoc