docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.polls
/
PollOption
/
LatelyAdded
/
AddedByChat
/
AddedByChat
Added
By
Chat
constructor
(
id
:
PollOptionPersistentId
,
text
:
String
,
textSources
:
List
<
TextSource
>
=
emptyList()
,
votes
:
Int
=
0
,
addedByChat
:
Chat
,
additionDate
:
TelegramDate
,
media
:
PollMedia
?
=
null
)
(
source
)