wechaty-puppet
Version:
Abstract Puppet for Wechaty
25 lines • 1.13 kB
JavaScript
// tslint:disable:object-literal-key-quotes
Object.defineProperty(exports, "__esModule", { value: true });
/**
* This is used internally to as a placeholder for the bot name.
*
* For example:
* we should replace '你' and 'You' to YOU.
*
* See: https://github.com/Microsoft/TypeScript/issues/20898#issuecomment-354073352
*/
exports.YOU = Symbol('You');
exports.CHAT_EVENT_DICT = {
friendship: 'todo: explain what this event is',
login: 'todo: explain what this event is',
logout: 'todo: explain what this event is',
message: 'todo: explain what this event is',
'room-invite': 'todo: explain what this event is',
'room-join': 'todo: explain what this event is',
'room-leave': 'todo: explain what this event is',
'room-topic': 'todo: explain what this event is',
scan: 'todo: explain what this event is',
};
exports.PUPPET_EVENT_DICT = Object.assign({}, exports.CHAT_EVENT_DICT, { dong: 'todo: explain what this event is', error: 'todo: explain what this event is', reset: 'push to reset!', watchdog: 'todo: explain what this event is' });
//# sourceMappingURL=puppet.js.map
;