Interface GETGuildWebhooksResponse

interface GETGuildWebhooksResponse {
    webhooks: APIWebhook[];
}

Properties

Properties

webhooks: APIWebhook[]