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