Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.RemoveChatActionBar
Synopsis
- data RemoveChatActionBar = RemoveChatActionBar {}
Documentation
data RemoveChatActionBar Source #
Removes a chat action bar without any other action. Returns Ok
Constructors
RemoveChatActionBar | |
Instances
ToJSON RemoveChatActionBar Source # | |
Defined in TD.Query.RemoveChatActionBar Methods toJSON :: RemoveChatActionBar -> Value # toEncoding :: RemoveChatActionBar -> Encoding # toJSONList :: [RemoveChatActionBar] -> Value # toEncodingList :: [RemoveChatActionBar] -> Encoding # | |
Show RemoveChatActionBar Source # | |
Defined in TD.Query.RemoveChatActionBar Methods showsPrec :: Int -> RemoveChatActionBar -> ShowS # show :: RemoveChatActionBar -> String # showList :: [RemoveChatActionBar] -> ShowS # | |
Eq RemoveChatActionBar Source # | |
Defined in TD.Query.RemoveChatActionBar Methods (==) :: RemoveChatActionBar -> RemoveChatActionBar -> Bool # (/=) :: RemoveChatActionBar -> RemoveChatActionBar -> Bool # | |
ShortShow RemoveChatActionBar Source # | |
Defined in TD.Query.RemoveChatActionBar Methods |