| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SendEphemeralMessage
Synopsis
Documentation
data SendEphemeralMessage Source #
Sends an ephemeral message which will be received only by one bot in a chat. Currently, only ephemeral bot commands and replies to bot ephemeral messages can be sent using the method. The message is persistent across application restarts only if the message database is used. Returns the sent message. Returns Message
Constructors
| SendEphemeralMessage | |
Fields
| |
Instances
| ToJSON SendEphemeralMessage Source # | |
Defined in TD.Query.SendEphemeralMessage Methods toJSON :: SendEphemeralMessage -> Value # toEncoding :: SendEphemeralMessage -> Encoding # toJSONList :: [SendEphemeralMessage] -> Value # toEncodingList :: [SendEphemeralMessage] -> Encoding # | |
| Show SendEphemeralMessage Source # | |
Defined in TD.Query.SendEphemeralMessage Methods showsPrec :: Int -> SendEphemeralMessage -> ShowS # show :: SendEphemeralMessage -> String # showList :: [SendEphemeralMessage] -> ShowS # | |
| Eq SendEphemeralMessage Source # | |
Defined in TD.Query.SendEphemeralMessage Methods (==) :: SendEphemeralMessage -> SendEphemeralMessage -> Bool # (/=) :: SendEphemeralMessage -> SendEphemeralMessage -> Bool # | |
| ShortShow SendEphemeralMessage Source # | |
Defined in TD.Query.SendEphemeralMessage Methods | |