MessageToEditNotFoundException

class MessageToEditNotFoundException(    val response: Response,     val plainAnswer: String,     message: String?,     val cause: Throwable?) : RequestException

Constructors

Link copied to clipboard
fun MessageToEditNotFoundException(    response: Response,     plainAnswer: String,     message: String?,     cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable? = null
Link copied to clipboard
val plainAnswer: String
Link copied to clipboard
val response: Response