Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.StopBusinessPoll
Synopsis
Documentation
data StopBusinessPoll Source #
Stops a poll sent on behalf of a business account; for bots only. Returns BusinessMessage
Constructors
StopBusinessPoll | |
Fields
|
Instances
ToJSON StopBusinessPoll Source # | |
Defined in TD.Query.StopBusinessPoll Methods toJSON :: StopBusinessPoll -> Value # toEncoding :: StopBusinessPoll -> Encoding # toJSONList :: [StopBusinessPoll] -> Value # toEncodingList :: [StopBusinessPoll] -> Encoding # | |
Show StopBusinessPoll Source # | |
Defined in TD.Query.StopBusinessPoll Methods showsPrec :: Int -> StopBusinessPoll -> ShowS # show :: StopBusinessPoll -> String # showList :: [StopBusinessPoll] -> ShowS # | |
Eq StopBusinessPoll Source # | |
Defined in TD.Query.StopBusinessPoll Methods (==) :: StopBusinessPoll -> StopBusinessPoll -> Bool # (/=) :: StopBusinessPoll -> StopBusinessPoll -> Bool # | |
ShortShow StopBusinessPoll Source # | |
Defined in TD.Query.StopBusinessPoll Methods shortShow :: StopBusinessPoll -> String Source # |