Interface GETGuildWebhookResponse

interface GETGuildWebhookResponse {
    webhook: APIWebhook;
}

Properties

Properties

webhook: APIWebhook