Interface PUTGuildWebhookResponse

interface PUTGuildWebhookResponse {
    webhook: APIWebhook;
}

Properties

Properties

webhook: APIWebhook