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