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