AttachmentResponse

@Serializable
@SerialName(value = "11")
data class AttachmentResponse(val name: String, val value: String?) : CommandInteractionOptionResponse(source)

Constructors

Link copied to clipboard
constructor(name: String, value: String?)

Properties

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