Command Response
data class CommandResponse(privateReply: Boolean, reply: String, reactions: List<String>)
Content copied to clipboard
The response of a command.
Constructors
Link copied to clipboard
fun CommandResponse(privateReply: Boolean, reply: String, reactions: List<String> = emptyList())
Content copied to clipboard