TooMuchRequestsException

class TooMuchRequestsException(    val retryAfter: RetryAfterError,     val response: Response,     val plainAnswer: String,     message: String?,     cause: Throwable?) : RequestException

Constructors

Link copied to clipboard
constructor(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun createCopy(): BotException