ReplyTo

@Serializable
data class ReplyTo(val eventId: EventId)

Constructors

Link copied to clipboard
constructor(eventId: EventId)

Properties

Link copied to clipboard
@SerialName(value = "event_id")
val eventId: EventId