Options to be specified when creating a Space. View Source models/Spaces.ts, line 95 Members Type: string # avatarUrl Optional An MXC URI for the space's avatar. View Source models/Spaces.ts, line 111 Type: Array # invites Optional User IDs to invite to the space upon creation. View Source models/Spaces.ts, line 128 Type: boolean # isPublic Whether or not the space should be publicly joinable or not. View Source models/Spaces.ts, line 117 Type: string # localpart Optional Optional localpart for the alias of the space. View Source models/Spaces.ts, line 122 Type: string # name The name of the space. View Source models/Spaces.ts, line 100 Type: string # topic Optional The topic/description for the space. View Source models/Spaces.ts, line 105