MessagesReadPollVotes constructor

const MessagesReadPollVotes({
  1. required InputPeerBase peer,
  2. int? topMsgId,
})

Messages Read Poll Votes constructor.

Implementation

const MessagesReadPollVotes({required this.peer, this.topMsgId}) : super._();