1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-06 18:56:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.md

18 lines
3.2 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.bot.exceptions](../index.md)/[MessageIsNotModifiedException](index.md)
# MessageIsNotModifiedException
[common] class [MessageIsNotModifiedException](index.md)(**response**: [Response](../../dev.inmo.tgbotapi.types/-response/index.md), **plainAnswer**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **message**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **cause**: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)?) : [RequestException](../-request-exception/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/cause/#/PointingToDeclaration/"></a>[cause](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fcause%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/cause/#/PointingToDeclaration/"></a> [common] open override val [cause](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fcause%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)? = null <br>|
| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/message/#/PointingToDeclaration/"></a>[message](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fmessage%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/message/#/PointingToDeclaration/"></a> [common] open val [message](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fmessage%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? <br>|
| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/plainAnswer/#/PointingToDeclaration/"></a>[plainAnswer](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2FplainAnswer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/plainAnswer/#/PointingToDeclaration/"></a> [common] val [plainAnswer](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2FplainAnswer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/response/#/PointingToDeclaration/"></a>[response](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fresponse%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/MessageIsNotModifiedException/response/#/PointingToDeclaration/"></a> [common] val [response](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fresponse%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [Response](../../dev.inmo.tgbotapi.types/-response/index.md) <br>|