1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-16 15:46:10 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.buttons/-force-reply/index.md
2021-03-17 15:18:37 +00:00

16 lines
1.1 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.buttons](../index.md)/[ForceReply](index.md)
# ForceReply
[common] data class [ForceReply](index.md)(**selective**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?) : [KeyboardMarkup](../-keyboard-markup/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.buttons/ForceReply/forceReply/#/PointingToDeclaration/"></a>[forceReply](force-reply.md)| <a name="dev.inmo.tgbotapi.types.buttons/ForceReply/forceReply/#/PointingToDeclaration/"></a> [common] val [forceReply](force-reply.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true <br>|
| <a name="dev.inmo.tgbotapi.types.buttons/ForceReply/selective/#/PointingToDeclaration/"></a>[selective](selective.md)| <a name="dev.inmo.tgbotapi.types.buttons/ForceReply/selective/#/PointingToDeclaration/"></a> [common] val [selective](selective.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null <br>|