Data

@Serializable
data class Data(val modalCustomId: String, val componentResponses: List<ModalSubmit.ActionRowResponse>)(source)

Constructors

Link copied to clipboard
constructor(modalCustomId: String, componentResponses: List<ModalSubmit.ActionRowResponse>)

Properties

Link copied to clipboard
@SerialName(value = "components")
val componentResponses: List<ModalSubmit.ActionRowResponse>
Link copied to clipboard
@SerialName(value = "custom_id")
val modalCustomId: String