@racla-dev/node-iris
Version:
TypeScript port of Python irispy-client module for KakaoTalk bot development
20 lines • 639 B
JavaScript
;
/**
* Feed message types and interfaces
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FEED_TYPE_MAP = void 0;
// Note: Feedattachment interface moved to attachment-types.ts to avoid duplication
// 피드 타입 매핑 테이블
exports.FEED_TYPE_MAP = {
1: 'InviteUserFeedType',
2: 'LeaveUserFeedType',
4: 'OpenChatJoinUserFeedType',
6: 'OpenChatKickedUserType',
11: 'OpenChatPromoteManagerType',
12: 'OpenChatDemoteManagerType',
14: 'DeleteMessageType',
15: 'OpenChatHandOverHostType',
26: 'OpenChatHideMessageType',
};
//# sourceMappingURL=feed-types.js.map