Interface POSTGuildWebhookResponse

interface POSTGuildWebhookResponse {
    webhook: APIWebhook;
}

Properties

Properties

webhook: APIWebhook