Api Response
@Serializable
Generic API response envelope for OneBot V11 actions.
Constructors
Link copied to clipboard
constructor(status: ResponseStatus, retcode: Int, data: T? = null, message: String? = null, wording: String? = null, echo: JsonElement? = null)