guilded-api-typings
Version:
Type definitions for the Guilded API.
21 lines • 752 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChannelType = void 0;
/**
* The type of a channel on Guilded.
* @see https://www.guilded.gg/docs/api/channels/ServerChannel
*/
var ChannelType;
(function (ChannelType) {
ChannelType["Announcements"] = "announcements";
ChannelType["Chat"] = "chat";
ChannelType["Calendar"] = "calendar";
ChannelType["Forums"] = "forums";
ChannelType["Media"] = "media";
ChannelType["Docs"] = "docs";
ChannelType["Voice"] = "voice";
ChannelType["List"] = "list";
ChannelType["Scheduling"] = "scheduling";
ChannelType["Stream"] = "stream";
})(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
//# sourceMappingURL=Channel.js.map
;