Skip to content

class Tourmaline::KeyboardButtonPollType
inherits Reference #

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(type : String? = nil) #

View source

Methods#

#type : String? #

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.

View source

#type=(type : String?) #

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.

View source