Space_Expansions - daneden/Twift GitHub Wiki

Space.Expansions

Available expansions for Spaces

public enum Expansions: Expansion 

Inheritance

Expansion

Enumeration Cases

hostIds

Expands the specified fields on the Users associated with the host IDs

case hostIds(_ fields: Set<User.Field>)

creatorId

Expands the specified fields on the User associated with the creator ID

case creatorId(_ fields: Set<User.Field>)

speakerIds

Expands the specified fields on the Users associated with the speaker IDs

case speakerIds(_ fields: Set<User.Field>)

mentionedUserIds

Expands the specified fields on the Users associated with the mentioned user IDs

case mentionedUserIds(_ fields: Set<User.Field>)

topics

case topics(_ fields: Set<Topic.Field>)
⚠️ **GitHub.com Fallback** ⚠️