| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SendChatAction
Synopsis
Documentation
data SendChatAction Source #
Sends a notification about user activity in a chat. Returns Ok
Constructors
| SendChatAction | |
Fields
| |
Instances
| ToJSON SendChatAction Source # | |
Defined in TD.Query.SendChatAction Methods toJSON :: SendChatAction -> Value # toEncoding :: SendChatAction -> Encoding # toJSONList :: [SendChatAction] -> Value # toEncodingList :: [SendChatAction] -> Encoding # | |
| Show SendChatAction Source # | |
Defined in TD.Query.SendChatAction Methods showsPrec :: Int -> SendChatAction -> ShowS # show :: SendChatAction -> String # showList :: [SendChatAction] -> ShowS # | |
| Eq SendChatAction Source # | |
Defined in TD.Query.SendChatAction Methods (==) :: SendChatAction -> SendChatAction -> Bool # (/=) :: SendChatAction -> SendChatAction -> Bool # | |
| ShortShow SendChatAction Source # | |
Defined in TD.Query.SendChatAction Methods shortShow :: SendChatAction -> String Source # | |