Uses of Class
org.drinkless.tdlib.TdApi.PollVoteRestrictionReason
Packages that use TdApi.PollVoteRestrictionReason
-
Uses of TdApi.PollVoteRestrictionReason in org.drinkless.tdlib
Subclasses of TdApi.PollVoteRestrictionReason in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe poll is closed.static classThe user is from a country, users from which aren't allowed to vote.static classThe user must be a member of the chat for at least a day to vote.static classThe poll can't be voted by the user due to some other reason.static classThe poll is from a scheduled message.static classThe poll isn't sent yet.Fields in org.drinkless.tdlib declared as TdApi.PollVoteRestrictionReasonModifier and TypeFieldDescriptionTdApi.Poll.voteRestrictionReasonThe reason describing, why the current user can't vote in the poll; may be null if the user can vote in the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollVoteRestrictionReasonModifierConstructorDescriptionPoll(long id, TdApi.FormattedText question, TdApi.PollOption[] options, int totalVoterCount, TdApi.MessageSender[] recentVoterIds, boolean canGetVoters, boolean canSeeResults, boolean isAnonymous, boolean allowsMultipleAnswers, boolean allowsRevoting, boolean membersOnly, String[] countryCodes, int[] optionOrder, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed, TdApi.PollVoteRestrictionReason voteRestrictionReason) Describes a poll.