UpdatePollAnswer constructor
const
UpdatePollAnswer({})
A user changed the answer to a poll; for bots only
Implementation
const UpdatePollAnswer({
required this.pollId,
required this.userId,
required this.optionIds,
this.extra,
this.clientId,
});