GetPollVoters constructor
const
GetPollVoters({})
Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib
Implementation
const GetPollVoters({
required this.chatId,
required this.messageId,
required this.optionId,
required this.offset,
required this.limit,
});