//[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 | |---|---| | [cause](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fcause%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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
| | [message](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fmessage%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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)?
| | [plainAnswer](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2FplainAnswer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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)
| | [response](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FMessageIsNotModifiedException%2Fresponse%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [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)
|