InputPollOption constructor
const
InputPollOption({
- required String text,
- ParseMode? textParseMode,
- List<
MessageEntity> ? textEntities,
Creates an InputPollOption object.
Implementation
const InputPollOption({
required this.text,
this.textParseMode,
this.textEntities,
});