SearchSpacesState - daneden/Twift GitHub Wiki

SearchSpacesState

public enum SearchSpacesState: String 

Inheritance

String

Enumeration Cases

live

Returns only spaces that are currently live

case live

scheduled

Returns only spaces that are scheduled for a future date

case scheduled

all

Returns all spaces matching the query

case all