discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
15 lines • 590 B
JavaScript
/**
* Types extracted from https://discord.com/developers/docs/resources/webhook
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebhookType = void 0;
/**
* @deprecated API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.
*/
var WebhookType;
(function (WebhookType) {
WebhookType[WebhookType["Incoming"] = 1] = "Incoming";
WebhookType[WebhookType["ChannelFollower"] = 2] = "ChannelFollower";
})(WebhookType || (exports.WebhookType = WebhookType = {}));
//# sourceMappingURL=webhook.js.map
;