toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.polls
/
PollOption
Poll
Option
@
Serializable
(
with
=
PollOptionSerializer::class
)
sealed
class
PollOption
:
TextedInput
Inheritors
SimplePollOption
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
text
Link copied to clipboard
abstract
val
text
:
String
?
text
Sources
Link copied to clipboard
abstract
override
val
textSources
:
List
<
TextSource
>
Full list of
TextSource
s
votes
Link copied to clipboard
abstract
val
votes
:
Int
Functions
as
Input
Link copied to clipboard
abstract
fun
asInput
(
)
:
InputPollOption