mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-17 13:53:47 +00:00
3.2 KiB
3.2 KiB
//docs/dev.inmo.tgbotapi.bot.exceptions/WrongFileIdentifierException
WrongFileIdentifierException
[common] class WrongFileIdentifierException(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 |