ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.polls
/
PollAnswer
/
Public
Public
data
class
Public
(
val
pollId
:
PollId
,
val
user
:
User
,
val
chosen
:
List
<
Int
>
)
:
PollAnswer
Members
Constructors
Public
Link copied to clipboard
constructor
(
pollId
:
PollId
,
user
:
User
,
chosen
:
List
<
Int
>
)
Properties
chosen
Link copied to clipboard
open
override
val
chosen
:
List
<
Int
>
from
Link copied to clipboard
open
override
val
from
:
User
The source
User
of this type
poll
Id
Link copied to clipboard
open
override
val
pollId
:
PollId
user
Link copied to clipboard
open
override
val
user
:
User