export class MessageUserJoined { constructor(public userId: string, public name: string, public character: string) { } }