haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.Close

Synopsis

Documentation

data Close Source #

Closes the TDLib instance. All databases will be flushed to disk and properly closed. After the close completes, updateAuthorizationState with authorizationStateClosed will be sent. Can be called before initialization. Returns Ok

Constructors

Close 

Instances

Instances details
ToJSON Close Source # 
Instance details

Defined in TD.Query.Close

Show Close Source # 
Instance details

Defined in TD.Query.Close

Methods

showsPrec :: Int -> Close -> ShowS #

show :: Close -> String #

showList :: [Close] -> ShowS #

Eq Close Source # 
Instance details

Defined in TD.Query.Close

Methods

(==) :: Close -> Close -> Bool #

(/=) :: Close -> Close -> Bool #

ShortShow Close Source # 
Instance details

Defined in TD.Query.Close