StatusData

data class StatusData(val content: List<StatusContent> = emptyList())

Constructors

Link copied to clipboard
constructor(content: List<StatusContent> = emptyList())

Properties

Link copied to clipboard