class Tourmaline::KeyboardButtonPollType
- Tourmaline::KeyboardButtonPollType
- Reference
- Object
Overview
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
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#type : String | Nil
Optional.
-
#type=(type : String | Nil)
Optional.
Constructor Detail
Instance Method Detail
def type : String | Nil
#
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.
def type=(type : String | Nil)
#
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.