ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.polls
/
PollAnswer
/
Anonymous
/
Anonymous
Anonymous
constructor
(
pollId
:
PollId
,
voterChat
:
PreviewPublicChat
,
chosen
:
List
<
Int
>
,
chosenPersistentIds
:
List
<
PollOptionPersistentId
>
=
emptyList()
)