1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 11:16:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.md

18 lines
3.3 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.bot.exceptions](../index.md)/[InvalidPhotoDimensionsException](index.md)
# InvalidPhotoDimensionsException
[common] class [InvalidPhotoDimensionsException](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/InvalidPhotoDimensionsException/cause/#/PointingToDeclaration/"></a>[cause](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%2Fcause%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/InvalidPhotoDimensionsException/cause/#/PointingToDeclaration/"></a> [common] open override val [cause](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%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/InvalidPhotoDimensionsException/message/#/PointingToDeclaration/"></a>[message](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%2Fmessage%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/InvalidPhotoDimensionsException/message/#/PointingToDeclaration/"></a> [common] open val [message](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%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/InvalidPhotoDimensionsException/plainAnswer/#/PointingToDeclaration/"></a>[plainAnswer](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%2FplainAnswer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/InvalidPhotoDimensionsException/plainAnswer/#/PointingToDeclaration/"></a> [common] val [plainAnswer](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%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/InvalidPhotoDimensionsException/response/#/PointingToDeclaration/"></a>[response](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%2Fresponse%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.bot.exceptions/InvalidPhotoDimensionsException/response/#/PointingToDeclaration/"></a> [common] val [response](index.md#%5Bdev.inmo.tgbotapi.bot.exceptions%2FInvalidPhotoDimensionsException%2Fresponse%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [Response](../../dev.inmo.tgbotapi.types/-response/index.md) <br>|