GetPollVoters class

Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib.

Returns MessageSenders.

Inheritance
Available Extensions

Constructors

GetPollVoters({required int chat_id, required int message_id, required int option_id, required int offset, required int limit, int? extra, int? clientId})
Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib

Properties

chat_id int
Identifier of the chat to which the poll belongs.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
limit int
The maximum number of voters to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned voters is chosen by TDLib and can be smaller than the specified limit, even if the end of the voter list has not been reached.
read / write
message_id int
Identifier of the message containing the poll.
read / write
offset int
Number of voters to skip in the result; must be non-negative.
read / write
option_id int
0-based identifier of the answer option.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) GetPollVoters?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getPollVoters"