Type alias UserJoinedToSpaceEvent
UserJoinedToSpaceEvent: InternalMessage & { channels: string[]; nickname: string; spaceId: string; threads: string[]; userId: string; } Type declaration
channels: string[]
nickname: string
spaceId: string
threads: string[]
userId: string