request

suspend fun <T : RequestResult> request(request: SendRequestT, options: RequestOptions? = null): T(source)

Sends a request and wait for a response.

Do not use this method to emit notifications! Use notification() instead.