Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetPollVoters
Synopsis
- data GetPollVoters = GetPollVoters {}
- defaultGetPollVoters :: GetPollVoters
Documentation
data GetPollVoters Source #
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
Constructors
GetPollVoters | |
Fields
|
Instances
ToJSON GetPollVoters Source # | |
Defined in TD.Query.GetPollVoters Methods toJSON :: GetPollVoters -> Value # toEncoding :: GetPollVoters -> Encoding # toJSONList :: [GetPollVoters] -> Value # toEncodingList :: [GetPollVoters] -> Encoding # | |
Show GetPollVoters Source # | |
Defined in TD.Query.GetPollVoters Methods showsPrec :: Int -> GetPollVoters -> ShowS # show :: GetPollVoters -> String # showList :: [GetPollVoters] -> ShowS # | |
Eq GetPollVoters Source # | |
Defined in TD.Query.GetPollVoters Methods (==) :: GetPollVoters -> GetPollVoters -> Bool # (/=) :: GetPollVoters -> GetPollVoters -> Bool # | |
ShortShow GetPollVoters Source # | |
Defined in TD.Query.GetPollVoters Methods shortShow :: GetPollVoters -> String Source # |