ComponentResponse

@Serializable
data class ComponentResponse(val type: Int, val customId: String, val value: String)(source)

Constructors

Link copied to clipboard
constructor(type: Int, customId: String, value: String)

Properties

Link copied to clipboard
@SerialName(value = "custom_id")
val customId: String
Link copied to clipboard
val type: Int
Link copied to clipboard