wechaty-grpc
Version:
gRPC for Wechaty
36 lines (32 loc) • 987 B
JavaScript
// source: wechaty/puppet/image.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck
var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() {
if (this) { return this; }
if (typeof window !== 'undefined') { return window; }
if (typeof global !== 'undefined') { return global; }
if (typeof self !== 'undefined') { return self; }
return Function('return this')();
}.call(null));
goog.exportSymbol('proto.wechaty.puppet.ImageType', null, global);
/**
* @enum {number}
*/
proto.wechaty.puppet.ImageType = {
IMAGE_TYPE_UNSPECIFIED: 0,
IMAGE_TYPE_THUMBNAIL: 1,
IMAGE_TYPE_HD: 2,
IMAGE_TYPE_ARTWORK: 3
};
goog.object.extend(exports, proto.wechaty.puppet);