PinnedEventsEventContent

@Serializable
data class PinnedEventsEventContent(val pinned: List<EventId> = listOf()) : StateEventContent

See also

Constructors

Link copied to clipboard
constructor(pinned: List<EventId> = listOf())

Properties

Link copied to clipboard