| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SendCallLog
Synopsis
- data SendCallLog = SendCallLog {}
- defaultSendCallLog :: SendCallLog
Documentation
data SendCallLog Source #
Sends log file for a call to Telegram servers. Returns Ok
Constructors
| SendCallLog | |
Instances
| ToJSON SendCallLog Source # | |
Defined in TD.Query.SendCallLog Methods toJSON :: SendCallLog -> Value # toEncoding :: SendCallLog -> Encoding # toJSONList :: [SendCallLog] -> Value # toEncodingList :: [SendCallLog] -> Encoding # | |
| Show SendCallLog Source # | |
Defined in TD.Query.SendCallLog Methods showsPrec :: Int -> SendCallLog -> ShowS # show :: SendCallLog -> String # showList :: [SendCallLog] -> ShowS # | |
| Eq SendCallLog Source # | |
Defined in TD.Query.SendCallLog | |
| ShortShow SendCallLog Source # | |
Defined in TD.Query.SendCallLog Methods shortShow :: SendCallLog -> String Source # | |