1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 19:26:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.polls/-poll-option/index.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.polls](../index.md)/[PollOption](index.md)
# PollOption
[common] sealed class [PollOption](index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.polls/PollOption/text/#/PointingToDeclaration/"></a>[text](text.md)| <a name="dev.inmo.tgbotapi.types.polls/PollOption/text/#/PointingToDeclaration/"></a> [common] abstract val [text](text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.polls/PollOption/votes/#/PointingToDeclaration/"></a>[votes](votes.md)| <a name="dev.inmo.tgbotapi.types.polls/PollOption/votes/#/PointingToDeclaration/"></a> [common] abstract val [votes](votes.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.types.polls/SimplePollOption///PointingToDeclaration/"></a>[SimplePollOption](../-simple-poll-option/index.md)|