Create group chat session on send, if it doesn't exist
This commit is contained in:
7
lib/events/GroupChatSessionJoinEvent.ts
Normal file
7
lib/events/GroupChatSessionJoinEvent.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {UUID} from '../classes/UUID';
|
||||
|
||||
export class GroupChatSessionJoinEvent
|
||||
{
|
||||
sessionID: UUID;
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user