import {UUID} from '..';
export class GroupChatSessionJoinEvent
{
sessionID: UUID;
success: boolean;
}