pollAnswer property
Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.
Implementation
@JsonKey(name: 'poll_answer')
PollAnswer? get pollAnswer;
Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.
@JsonKey(name: 'poll_answer')
PollAnswer? get pollAnswer;