UpdatePoll constructor

const UpdatePoll({
  1. required Poll poll,
  2. dynamic extra,
  3. int? clientId,
})

A poll was updated; for bots only

Implementation

const UpdatePoll({
  required this.poll,
  this.extra,
  this.clientId,
});