call
abstract suspend fun <T> call(action: String, params: JsonObject, serializer: KSerializer<T>): ApiResponse<T>
Calls a OneBot action and decodes the data field with serializer.
Calls a OneBot action and decodes the data field with serializer.