class Telegram::API::KeyboardButtonPollType
- Telegram::API::KeyboardButtonPollType
- Telegram::API::Type
- Reference
- Object
Overview
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Defined in:
telegram/api/generated/types.crConstructors
-
.new(pull : JSON::PullParser)
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
- .new(type : String | Nil = nil)
Instance Method Summary
-
#type : String | Nil
Optional.
-
#type=(type : String | Nil)
Optional.
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Instance Method Detail
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.
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.