跳转到主要内容
Schemas.Space

属性

createdAt
string
Space 的创建时间。
creatorId
string
endedAt
string
Space 的结束时间。
hostIds
string[]
Space 主持人的用户 id 列表。
id
string
required
invitedUserIds
string[]
被邀请加入 Space 的用户 id 数组。
isTicketed
boolean
表示该 Space 是否为付费/售票 Space。
lang
string
Space 的语言。
participantCount
number
Space 的参与者数量。
scheduledStart
string
Space 计划开始时间的日期时间戳。
speakerIds
string[]
在 Space 中担任发言者的用户 id 数组。
startedAt
string
Space 的开始时间(日期字符串)。
state
"live" | "scheduled" | "ended"
required
Space 的当前状态。
subscriberCount
number
已购买门票或为该 Space 设置提醒的用户数量。
title
string
Space 的标题。
topics
Record<string, any>[]
由创建者选择的 Space 主题。
updatedAt
string
Space 上次更新的时间。