| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.CheckAuthenticationWebToken
Documentation
data CheckAuthenticationWebToken Source #
Checks a web token to log in to the corresponding account; for official Telegram apps only. Works only when the current authorization state is authorizationStateWaitPhoneNumber or authorizationStateWaitOtherDeviceConfirmation. Returns Ok
Constructors
| CheckAuthenticationWebToken | |
Instances
| ToJSON CheckAuthenticationWebToken Source # | |
Defined in TD.Query.CheckAuthenticationWebToken Methods toJSON :: CheckAuthenticationWebToken -> Value # toEncoding :: CheckAuthenticationWebToken -> Encoding # toJSONList :: [CheckAuthenticationWebToken] -> Value # toEncodingList :: [CheckAuthenticationWebToken] -> Encoding # | |
| Show CheckAuthenticationWebToken Source # | |
Defined in TD.Query.CheckAuthenticationWebToken Methods showsPrec :: Int -> CheckAuthenticationWebToken -> ShowS # show :: CheckAuthenticationWebToken -> String # showList :: [CheckAuthenticationWebToken] -> ShowS # | |
| Eq CheckAuthenticationWebToken Source # | |
Defined in TD.Query.CheckAuthenticationWebToken Methods (==) :: CheckAuthenticationWebToken -> CheckAuthenticationWebToken -> Bool # (/=) :: CheckAuthenticationWebToken -> CheckAuthenticationWebToken -> Bool # | |
| ShortShow CheckAuthenticationWebToken Source # | |
Defined in TD.Query.CheckAuthenticationWebToken Methods | |