ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.polls
/
PollOption
/
LatelyAdded
/
AddedByUser
/
AddedByUser
Added
By
User
constructor
(
id
:
PollOptionPersistentId
,
text
:
String
,
textSources
:
List
<
TextSource
>
=
emptyList()
,
votes
:
Int
=
0
,
addedByUser
:
User
,
additionDate
:
TelegramDate
)