GatheringNearbyModeData

@Serializable
data class GatheringNearbyModeData(val gatherings: List<GatheringNearbyItem>, val intentGatheringIds: List<Int>)

聚会附近模式数据。

Constructors

Link copied to clipboard
constructor(gatherings: List<GatheringNearbyItem>, intentGatheringIds: List<Int>)

Properties

Link copied to clipboard
@SerialName(value = "gatherings")
val gatherings: List<GatheringNearbyItem>

附近聚会列表

Link copied to clipboard
@SerialName(value = "intent_gathering_ids")
val intentGatheringIds: List<Int>

意图聚会 ID 列表