class Tourmaline::PollAnswer
inherits Reference
#
This object represents an answer of a user in a non-anonymous poll.
Included modules
JSON::Serializable
Constructors#
Methods#
#option_ids : Array(Int32 | Int64)
#
: Array(Int32 | Int64)
0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.
#option_ids=(option_ids : Array(Int32 | Int64))
#
(option_ids : Array(Int32 | Int64))
0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.