Class InputPollOption
java.lang.Object
io.github.natanimn.telebof.types.input.InputPollOption
- All Implemented Interfaces:
- Serializable
This object contains information about one answer option in a poll to be sent.
- Since:
- 3 March 2025
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiontextEntities(MessageEntity[] text_entities) OptionaltextParseMode(ParseMode text_parse_mode) Optional
- 
Constructor Details- 
InputPollOption
 
- 
- 
Method Details- 
textParseModeOptional- Parameters:
- text_parse_mode- Mode for parsing entities in the text
- Returns:
- InputPollOption
 
- 
textEntitiesOptional- Parameters:
- text_entities- A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of- textParseMode(ParseMode)
- Returns:
- InputPollOption
 
 
-