Class KeyboardButtonPollType
java.lang.Object
io.github.natanimn.telebof.types.keyboard.KeyboardButtonPollType
- All Implemented Interfaces:
Serializable
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
- Since:
- 3 March 2025
- Author:
- Natanim
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
KeyboardButtonPollType
public KeyboardButtonPollType()
-
-
Method Details
-
setType
Optional- Parameters:
type- IfPollType.QUIZis passed, the user will be allowed to create only polls in the quiz mode. IfPollType.REGULARis passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.
-