MessagesGetPollVotes constructor

const MessagesGetPollVotes({
  1. required InputPeerBase peer,
  2. required int id,
  3. Uint8List? option,
  4. String? offset,
  5. required int limit,
})

Messages Get Poll Votes constructor.

Implementation

const MessagesGetPollVotes({
  required this.peer,
  required this.id,
  this.option,
  this.offset,
  required this.limit,
}) : super._();