At

@Serializable
data class At(val type: String = "at", val data: AtData) : Segment

Constructors

Link copied to clipboard
constructor(type: String = "at", data: AtData)

Properties

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