6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
class GroupChatEvent {
|
|
}
|
|
exports.GroupChatEvent = GroupChatEvent;
|
|
//# sourceMappingURL=GroupChatEvent.js.map
|