ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.polls
/
PollOptionAdded
/
PollOptionAdded
Poll
Option
Added
constructor
(
pollMessage
:
Message
?
=
null
,
optionPersistentId
:
PollOptionPersistentId
,
optionText
:
String
,
optionTextSources
:
List
<
TextSource
>
=
emptyList()
)