Reply

@Serializable
data class Reply(val type: String = "reply", val data: ReplyData) : Segment

Constructors

Link copied to clipboard
constructor(type: String = "reply", data: ReplyData)

Properties

Link copied to clipboard
Link copied to clipboard
open override val type: String