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