messaging-api-wechat
Version:
Messaging API client for WeChat
11 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MediaType = void 0;
var MediaType;
(function (MediaType) {
MediaType["Image"] = "image";
MediaType["Voice"] = "voice";
MediaType["Video"] = "video";
MediaType["Thumb"] = "thumb";
})(MediaType = exports.MediaType || (exports.MediaType = {}));
//# sourceMappingURL=WechatTypes.js.map