UpdateMessagePoll constructor

const UpdateMessagePoll({
  1. PeerBase? peer,
  2. int? msgId,
  3. int? topMsgId,
  4. required int pollId,
  5. PollBase? poll,
  6. required PollResultsBase results,
})

Update Message Poll constructor.

Implementation

const UpdateMessagePoll({
  this.peer,
  this.msgId,
  this.topMsgId,
  required this.pollId,
  this.poll,
  required this.results,
}) : super._();