mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-27 04:28:44 +00:00
3.2 KiB
3.2 KiB
//docs/dev.inmo.tgbotapi.bot.exceptions/MessageToEditNotFoundException
MessageToEditNotFoundException
[common] class MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
Properties
Name | Summary |
---|---|
cause | [common] open override val cause: Throwable? = null |
message | [common] open val message: String? |
plainAnswer | [common] val plainAnswer: String |
response | [common] val response: Response |