class Tourmaline::Poll
inherits Reference
#
This object contains information about a poll.
Included modules
JSON::Serializable
Constructors#
.new(id, question, total_voter_count, is_closed, is_anonymous, type, allows_multiple_answers, options : Array(Tourmaline::PollOption) = [] of Tourmaline::PollOption, question_entities : Array(Tourmaline::MessageEntity) = [] of Tourmaline::MessageEntity, correct_option_id : Int32 | Int64 | Nil = nil, explanation : String? = nil, explanation_entities : Array(Tourmaline::MessageEntity) = [] of Tourmaline::MessageEntity, open_period : Int32 | Int64 | Nil = nil, close_date : Int32 | Int64 | Nil = nil)
#
(id, question, total_voter_count, is_closed, is_anonymous, type, allows_multiple_answers, options : Array(Tourmaline::PollOption) = [] of Tourmaline::PollOption, question_entities : Array(Tourmaline::MessageEntity) = [] of Tourmaline::MessageEntity, correct_option_id : Int32 | Int64 | Nil = nil, explanation : String? = nil, explanation_entities : Array(Tourmaline::MessageEntity) = [] of Tourmaline::MessageEntity, open_period : Int32 | Int64 | Nil = nil, close_date : Int32 | Int64 | Nil = nil)
Methods#
#allows_multiple_answers=(allows_multiple_answers : Bool)
#
(allows_multiple_answers : Bool)
True, if the poll allows multiple answers
#correct_option_id : Int32 | Int64 | Nil
#
: Int32 | Int64 | Nil
Optional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.
#correct_option_id=(correct_option_id : Int32 | Int64 | Nil)
#
(correct_option_id : Int32 | Int64 | Nil)
Optional. 0-based identifier of the correct answer option. Available only for polls in the quiz mode, which are closed, or was sent (not forwarded) by the bot or to the private chat with the bot.
#explanation : String?
#
: String?
Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters
#explanation=(explanation : String?)
#
(explanation : String?)
Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters
#explanation_entities : Array(Tourmaline::MessageEntity)
#
: Array(Tourmaline::MessageEntity)
Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation
#explanation_entities=(explanation_entities : Array(Tourmaline::MessageEntity))
#
(explanation_entities : Array(Tourmaline::MessageEntity))
Optional. Special entities like usernames, URLs, bot commands, etc. that appear in the explanation
#open_period : Int32 | Int64 | Nil
#
: Int32 | Int64 | Nil
Optional. Amount of time in seconds the poll will be active after creation
#open_period=(open_period : Int32 | Int64 | Nil)
#
(open_period : Int32 | Int64 | Nil)
Optional. Amount of time in seconds the poll will be active after creation
#question_entities : Array(Tourmaline::MessageEntity)
#
: Array(Tourmaline::MessageEntity)
Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
#question_entities=(question_entities : Array(Tourmaline::MessageEntity))
#
(question_entities : Array(Tourmaline::MessageEntity))
Optional. Special entities that appear in the question. Currently, only custom emoji entities are allowed in poll questions
#total_voter_count=(total_voter_count : Int32 | Int64)
#
(total_voter_count : Int32 | Int64)
Total number of users that voted in the poll