Interface

SpaceCreateOptions

SpaceCreateOptions

Options to be specified when creating a Space.

View Source models/Spaces.ts, line 95

Members

string

# avatarUrl Optional

An MXC URI for the space's avatar.

View Source models/Spaces.ts, line 111

Array

# invites Optional

User IDs to invite to the space upon creation.

View Source models/Spaces.ts, line 128

boolean

# isPublic

Whether or not the space should be publicly joinable or not.

View Source models/Spaces.ts, line 117

string

# localpart Optional

Optional localpart for the alias of the space.

View Source models/Spaces.ts, line 122

string

# name

The name of the space.

View Source models/Spaces.ts, line 100

string

# topic Optional

The topic/description for the space.

View Source models/Spaces.ts, line 105