| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ReadAllForumTopicPollVotes
Documentation
data ReadAllForumTopicPollVotes Source #
Marks all poll votes in a topic in a forum supergroup chat as read. Returns Ok
Constructors
| ReadAllForumTopicPollVotes | |
Instances
| ToJSON ReadAllForumTopicPollVotes Source # | |
Defined in TD.Query.ReadAllForumTopicPollVotes Methods toJSON :: ReadAllForumTopicPollVotes -> Value # toEncoding :: ReadAllForumTopicPollVotes -> Encoding # toJSONList :: [ReadAllForumTopicPollVotes] -> Value # toEncodingList :: [ReadAllForumTopicPollVotes] -> Encoding # | |
| Show ReadAllForumTopicPollVotes Source # | |
Defined in TD.Query.ReadAllForumTopicPollVotes Methods showsPrec :: Int -> ReadAllForumTopicPollVotes -> ShowS # show :: ReadAllForumTopicPollVotes -> String # showList :: [ReadAllForumTopicPollVotes] -> ShowS # | |
| Eq ReadAllForumTopicPollVotes Source # | |
Defined in TD.Query.ReadAllForumTopicPollVotes Methods (==) :: ReadAllForumTopicPollVotes -> ReadAllForumTopicPollVotes -> Bool # (/=) :: ReadAllForumTopicPollVotes -> ReadAllForumTopicPollVotes -> Bool # | |
| ShortShow ReadAllForumTopicPollVotes Source # | |
Defined in TD.Query.ReadAllForumTopicPollVotes Methods | |